- Timestamp:
- 2023-04-30T18:45:19+02:00 (19 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/actions/MoveNodeAction.java
r17188 r18720 31 31 super(tr("Move Node..."), "movenode", tr("Edit latitude and longitude of a node."), 32 32 Shortcut.registerShortcut("movenode", tr("Tools: {0}", tr("Move Node...")), 33 KeyEvent. VK_M, Shortcut.NONE), true);33 KeyEvent.CHAR_UNDEFINED, Shortcut.NONE), true); 34 34 setHelpId(ht("/Action/MoveNode")); 35 35 }
Note:
See TracChangeset
for help on using the changeset viewer.