push help menu to the right end of the menu bar
[jSite2.git] / src / net / pterodactylus / jsite / gui / MainWindow.java
index 227d48f..19982e9 100644 (file)
@@ -139,8 +139,9 @@ public class MainWindow extends JFrame implements I18nable {
                        languageMenu.add(languageAction);
                }
 
-               aboutMenu = new I18nMenu("mainWindow.menu.about");
-               menuBar.add(aboutMenu, BorderLayout.LINE_END);
+               menuBar.add(new JPanel());
+               aboutMenu = new I18nMenu("mainWindow.menu.help");
+               menuBar.add(aboutMenu);
 
                aboutMenu.add(new FixedJMenuItem(swingInterface.getHelpAboutAction()));