Changeset 613 in josm for trunk/src/org/openstreetmap/josm/actions
- Timestamp:
- 2008-04-18T01:35:06+02:00 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/actions/AlignInRectangleAction.java
r608 r613 41 41 42 42 public AlignInRectangleAction() { 43 super(tr("Align Nodes in Rectangle"), "align circle", tr("Move the selected nodes into a rectangle."), KeyEvent.VK_Q, 0, true);43 super(tr("Align Nodes in Rectangle"), "alignrect", tr("Move the selected nodes into a rectangle."), KeyEvent.VK_Q, 0, true); 44 44 } 45 45
Note:
See TracChangeset
for help on using the changeset viewer.