Ignore:
Timestamp:
2013-07-24T21:45:09+02:00 (12 years ago)
Author:
akks
Message:

[josm_plugins]: move more plugin items to new menus, set minimum JOSM to 6082, add Netbeans projects

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified applications/editors/josm/plugins/CommandLine/src/CommandLine/CommandLine.java ΒΆ

    r29769 r29771  
    190190
    191191        if ( Main.main.menu != null ) {
    192             boolean oldMenu = org.openstreetmap.josm.data.Version.getInstance().getVersion() < 6082;
    193             commandMenu = Main.main.menu.addMenu(marktr("Commands") , oldMenu?KeyEvent.VK_M : KeyEvent.VK_O, Main.main.menu.defaultMenuPos, ht("/Plugin/CommandLine"));
     192            commandMenu = Main.main.menu.addMenu(marktr("Commands") , KeyEvent.VK_O, Main.main.menu.defaultMenuPos, ht("/Plugin/CommandLine"));
    194193            MainMenu.add(commandMenu, new CommandLineAction(this));
    195194        }
Note: See TracChangeset for help on using the changeset viewer.