Changeset 4855 in josm for trunk/src/org/openstreetmap/josm/actions/DistributeAction.java
- Timestamp:
- 22.01.2012 22:51:40 (4 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/actions/DistributeAction.java
r3757 r4855 30 30 public DistributeAction() { 31 31 super(tr("Distribute Nodes"), "distribute", tr("Distribute the selected nodes to equal distances along a line."), 32 Shortcut.registerShortcut("tools:distribute", tr("Tool: {0}", tr("Distribute Nodes")), KeyEvent.VK_B, Shortcut.GROUP_EDIT ), true);32 Shortcut.registerShortcut("tools:distribute", tr("Tool: {0}", tr("Distribute Nodes")), KeyEvent.VK_B, Shortcut.GROUP_EDIT, Shortcut.SHIFT_DEFAULT), true); 33 33 putValue("help", ht("/Action/DistributeNodes")); 34 34 }
Note: See TracChangeset
for help on using the changeset viewer.
