Changeset 9226 in josm for trunk/src/org/openstreetmap/josm/actions
- Timestamp:
- 2015-12-31T01:44:04+01:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/actions/DistributeAction.java
r9087 r9226 42 42 super(tr(ACTION_SHORT_NAME), "distribute", 43 43 tr("Distribute the selected nodes to equal distances along a line."), 44 Shortcut.registerShortcut("tools:distribute", 45 tr("Tool: {0}", tr(ACTION_SHORT_NAME)), 46 KeyEvent.VK_B, Shortcut.SHIFT), 44 Shortcut.registerShortcut("tools:distribute", tr("Tool: {0}", tr(ACTION_SHORT_NAME)), KeyEvent.VK_B, Shortcut.SHIFT), 47 45 true); 48 46 putValue("help", ht("/Action/DistributeNodes"));
Note:
See TracChangeset
for help on using the changeset viewer.