Ignore:
Timestamp:
2012-02-17T17:12:24+01:00 (12 years ago)
Author:
stoecker
Message:

fix shortcut conflicts

File:
1 edited

Legend:

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

    r27632 r27826  
    188188
    189189                if ( Main.main.menu != null ) {
    190                         commandMenu = Main.main.menu.addMenu(marktr("Commands") , KeyEvent.VK_C, Main.main.menu.defaultMenuPos, ht("/Plugin/CommandLine"));
     190                        commandMenu = Main.main.menu.addMenu(marktr("Commands") , KeyEvent.VK_M, Main.main.menu.defaultMenuPos, ht("/Plugin/CommandLine"));
    191191                        MainMenu.add(Main.main.menu.toolsMenu, new CommandLineAction(this));
    192192                }
Note: See TracChangeset for help on using the changeset viewer.