Changeset 27597 in osm for applications/editors/josm/plugins
- Timestamp:
- 2012-01-23T16:41:07+01:00 (13 years ago)
- Location:
- applications/editors/josm/plugins/CommandLine
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/CommandLine/src/CommandLine/CommandLineAction.java
r25060 r27597 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 , 0), true);43 Shortcut.registerShortcut("edit:simplifyArea", tr("Tool: {0}", tr("Command line")), KeyEvent.VK_ENTER, Shortcut.GROUP_DIRECT), true); 44 44 this.parentPlugin = parentPlugin; 45 45 }
Note:
See TracChangeset
for help on using the changeset viewer.