summaryrefslogtreecommitdiff
path: root/sources/simulator/VSMain.java
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2008-06-13 19:19:25 +0000
committerPaul Buetow <paul@buetow.org>2008-06-13 19:19:25 +0000
commite4ac5f70765657dfab2a615a2bfcf6dc5c4ffdab (patch)
tree818e42214cc6a69845dc20c0ea6b9f21bba2e86e /sources/simulator/VSMain.java
parent86d37c2c10b9a0abbf1f4256333f13914c3c740b (diff)
run astyle
Diffstat (limited to 'sources/simulator/VSMain.java')
-rw-r--r--sources/simulator/VSMain.java2
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);