diff options
| author | Paul Buetow <paul@buetow.org> | 2008-06-13 18:16:29 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2008-06-13 18:16:29 +0000 |
| commit | 8b58d22373ed1c46f9e87943ee2d4e0c30728e6a (patch) | |
| tree | 6e570eb5ddc7420abc6be4c5ad18de347b7d2436 /sources/simulator/VSMain.java | |
| parent | 08969a43f96807c155ef445baf02cf1232cd90e2 (diff) | |
default locales now german
Diffstat (limited to 'sources/simulator/VSMain.java')
| -rw-r--r-- | sources/simulator/VSMain.java | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sources/simulator/VSMain.java b/sources/simulator/VSMain.java index 7088f65..7367c9b 100644 --- a/sources/simulator/VSMain.java +++ b/sources/simulator/VSMain.java @@ -24,6 +24,7 @@ package simulator; import java.awt.*; +import java.util.Locale; import javax.swing.*; import events.*; @@ -86,6 +87,7 @@ public class VSMain { UIManager.getCrossPlatformLookAndFeelClassName()); } catch (Exception e) { } + Locale.setDefault(Locale.GERMAN); javax.swing.JPopupMenu.setDefaultLightWeightPopupEnabled(false); VSPrefs prefs = VSDefaultPrefs.init(); VSRegisteredEvents.init(prefs); |
