Ignore:
Timestamp:
2013-07-26T21:06:52+02:00 (11 years ago)
Author:
akks
Message:

[josm_plugins]: use new core function for default menu position (see #josm8900)

File:
1 edited

Legend:

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

    r29771 r29784  
    190190
    191191        if ( Main.main.menu != null ) {
    192             commandMenu = Main.main.menu.addMenu(marktr("Commands") , KeyEvent.VK_O, Main.main.menu.defaultMenuPos, ht("/Plugin/CommandLine"));
     192            commandMenu = Main.main.menu.addMenu(marktr("Commands") , KeyEvent.VK_O, Main.main.menu.getDefaultMenuPos(), ht("/Plugin/CommandLine"));
    193193            MainMenu.add(commandMenu, new CommandLineAction(this));
    194194        }
Note: See TracChangeset for help on using the changeset viewer.