Changeset 27852 in osm for applications/editors/josm/plugins/CommandLine/src
- Timestamp:
- 2012-02-18T13:40:52+01:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/CommandLine/src/CommandLine/CommandLineAction.java
r27597 r27852 41 41 public CommandLineAction(CommandLine parentPlugin) { 42 42 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), true);43 Shortcut.registerShortcut("edit:simplifyArea", tr("Tool: {0}", tr("Command line")), KeyEvent.VK_ENTER, Shortcut.DIRECT), true); 44 44 this.parentPlugin = parentPlugin; 45 45 }
Note:
See TracChangeset
for help on using the changeset viewer.