diff options
| author | Paul Buetow <paul@buetow.org> | 2008-06-13 19:19:25 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2008-06-13 19:19:25 +0000 |
| commit | e4ac5f70765657dfab2a615a2bfcf6dc5c4ffdab (patch) | |
| tree | 818e42214cc6a69845dc20c0ea6b9f21bba2e86e /sources/simulator/VSMain.java | |
| parent | 86d37c2c10b9a0abbf1f4256333f13914c3c740b (diff) | |
run astyle
Diffstat (limited to 'sources/simulator/VSMain.java')
| -rw-r--r-- | sources/simulator/VSMain.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/simulator/VSMain.java b/sources/simulator/VSMain.java index 7367c9b..e6e0906 100644 --- a/sources/simulator/VSMain.java +++ b/sources/simulator/VSMain.java @@ -87,7 +87,7 @@ public class VSMain { UIManager.getCrossPlatformLookAndFeelClassName()); } catch (Exception e) { } - Locale.setDefault(Locale.GERMAN); + Locale.setDefault(Locale.GERMAN); javax.swing.JPopupMenu.setDefaultLightWeightPopupEnabled(false); VSPrefs prefs = VSDefaultPrefs.init(); VSRegisteredEvents.init(prefs); |
