push help menu to the right end of the menu bar
[jSite2.git] / src / net / pterodactylus / jsite / gui / MainWindow.java
index 30a9eea..19982e9 100644 (file)
@@ -139,6 +139,7 @@ public class MainWindow extends JFrame implements I18nable {
                        languageMenu.add(languageAction);
                }
 
+               menuBar.add(new JPanel());
                aboutMenu = new I18nMenu("mainWindow.menu.help");
                menuBar.add(aboutMenu);