Changeset 2323 in josm for trunk/src/org/openstreetmap/josm/actions/DistributeAction.java
- Timestamp:
- 26.10.2009 15:23:39 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/actions/DistributeAction.java
r2256 r2323 3 3 4 4 import static org.openstreetmap.josm.tools.I18n.tr; 5 import static org.openstreetmap.josm.gui.help.HelpUtil.ht; 5 6 6 7 import java.awt.event.ActionEvent; … … 30 31 super(tr("Distribute Nodes"), "distribute", tr("Distribute the selected nodes to equal distances along a line."), 31 32 Shortcut.registerShortcut("tools:distribute", tr("Tool: {0}", tr("Distribute Nodes")), KeyEvent.VK_B, Shortcut.GROUP_EDIT), true); 33 putValue("help", ht("/Action/Distribute")); 32 34 } 33 35
Note: See TracChangeset
for help on using the changeset viewer.
