Ignore:
Timestamp:
2008-04-18T01:35:06+02:00 (17 years ago)
Author:
framm
Message:
  • add extra digit to length when displayed in metres
  • proper icon for align-in-rectangle
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/actions/AlignInRectangleAction.java

    r608 r613  
    4141
    4242        public AlignInRectangleAction() {
    43                 super(tr("Align Nodes in Rectangle"), "aligncircle", 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);
    4444        }
    4545
Note: See TracChangeset for help on using the changeset viewer.