Changeset 27852 in osm for applications/editors/josm/plugins/CommandLine
- Timestamp:
- 2012-02-18T13:40:52+01:00 (13 years ago)
- Location:
- applications/editors/josm/plugins/CommandLine
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/CommandLine/build.xml
r27242 r27852 4 4 <property name="commit.message" value="Moar bugfixes"/> 5 5 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 6 <property name="plugin.main.version" value="4 645"/>6 <property name="plugin.main.version" value="4980"/> 7 7 <!-- 8 8 ************************************************ -
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.