Changeset 14397 in josm for trunk/src/org/openstreetmap/josm/actions/DistributeAction.java
- Timestamp:
- 2018-11-01T22:57:33+01:00 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/actions/DistributeAction.java
r14134 r14397 42 42 Shortcut.registerShortcut("tools:distribute", tr("Tool: {0}", tr("Distribute Nodes")), KeyEvent.VK_B, Shortcut.SHIFT), 43 43 true); 44 putValue("help",ht("/Action/DistributeNodes"));44 setHelpId(ht("/Action/DistributeNodes")); 45 45 } 46 46
Note:
See TracChangeset
for help on using the changeset viewer.
