Changeset 35583 in osm for applications/editors/josm/plugins/CommandLine/src
- Timestamp:
- 2020-10-15T19:00:54+02:00 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/CommandLine/src/org/openstreetmap/josm/plugins/commandline/CommandLineAction.java
r34574 r35583 15 15 public CommandLineAction(CommandLine parentPlugin) { 16 16 super(tr("Command line"), "commandline", tr("Set input focus to the command line."), 17 Shortcut.registerShortcut("tool:commandline", tr(" Tool: {0}", tr("Command line")), KeyEvent.VK_ENTER, Shortcut.DIRECT), true, "commandline", true);17 Shortcut.registerShortcut("tool:commandline", tr("Commands: {0}", tr("Command line")), KeyEvent.VK_ENTER, Shortcut.DIRECT), true, "commandline", true); 18 18 this.parentPlugin = parentPlugin; 19 19 }
Note:
See TracChangeset
for help on using the changeset viewer.