Changeset 7194 in josm for trunk/src/org
- Timestamp:
- 2014-05-31T08:34:38+02:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/actions/JoinNodeWayAction.java
r7131 r7194 56 56 public static JoinNodeWayAction createMoveNodeOntoWayAction() { 57 57 JoinNodeWayAction action = new JoinNodeWayAction(true, 58 tr("Move Node onto Way"), "move wayontonode", tr("Move the node onto the nearest way segments and include it"),59 null, true);58 tr("Move Node onto Way"), "movenodeontoway", tr("Move the node onto the nearest way segments and include it"), 59 Shortcut.registerShortcut("tools:movenodeontoway", tr("Tool: {0}", tr("Move Node onto Way")), KeyEvent.VK_J, Shortcut.NONE), true); 60 60 return action; 61 61 }
Note:
See TracChangeset
for help on using the changeset viewer.