Changeset 27852 in osm for applications/editors/josm/plugins/utilsplugin2/src/utilsplugin2/selection/SelectWayNodesAction.java
- Timestamp:
- 2012-02-18T13:40:52+01:00 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/utilsplugin2/src/utilsplugin2/selection/SelectWayNodesAction.java
r27761 r27852 31 31 public SelectWayNodesAction() { 32 32 super(tr("Select Way Nodes"),"selectwaynodes" , tr("Select all nodes of a selected way."), 33 Shortcut.registerShortcut("tools:selectwaynodes", tr("Tool: {0}", tr("Select Way Nodes")), KeyEvent.VK_N, Shortcut. GROUPS_ALT1+Shortcut.GROUP_MENU), true);33 Shortcut.registerShortcut("tools:selectwaynodes", tr("Tool: {0}", tr("Select Way Nodes")), KeyEvent.VK_N, Shortcut.CTRL_SHIFT), true); 34 34 putValue("help", ht("/Action/SelectWayNodes")); 35 35 }
Note:
See TracChangeset
for help on using the changeset viewer.
