Ignore:
Timestamp:
2012-01-23T16:41:07+01:00 (13 years ago)
Author:
stoecker
Message:

cleanup shortcut

Location:
applications/editors/josm/plugins/CommandLine
Files:
3 edited

Legend:

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

    r25060 r27597  
    4141        public CommandLineAction(CommandLine parentPlugin) {
    4242                super(tr("Command line"), "blankmenu", tr("Set input focus to the command line."),
    43                 Shortcut.registerShortcut("edit:simplifyArea", tr("Tool: {0}", tr("Command line")), KeyEvent.VK_ENTER, Shortcut.GROUP_DIRECT, 0), true);
     43                Shortcut.registerShortcut("edit:simplifyArea", tr("Tool: {0}", tr("Command line")), KeyEvent.VK_ENTER, Shortcut.GROUP_DIRECT), true);
    4444                this.parentPlugin = parentPlugin;
    4545        }
Note: See TracChangeset for help on using the changeset viewer.