remove extra separator at the top of the Help menu on Windows and Linux

This commit is contained in:
benfry
2012-12-08 02:48:46 +00:00
parent 456b6b01b5
commit 2e8e184082
2 changed files with 1 additions and 1 deletions

View File

@@ -101,7 +101,6 @@ public class JavaEditor extends Editor {
// macosx already has its own about menu
if (!Base.isMacOS()) {
menu.addSeparator();
item = new JMenuItem("About Processing");
item.addActionListener(new ActionListener() {
public void actionPerformed(ActionEvent e) {