Changeset 877 in josm for trunk


Ignore:
Timestamp:
2008-08-27T23:31:25+02:00 (16 years ago)
Author:
stoecker
Message:

added zoom icons

Location:
trunk
Files:
2 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/presets/presets.xml

    r876 r877  
    745745                </item>
    746746
    747                 <item name="Crossing" icon="presets/waypoints.png">
     747                <item name="Zebra crossing" icon="presets/waypoints.png">
    748748                        <key key="highway" value="crossing" />
    749749                </item>
  • trunk/src/org/openstreetmap/josm/actions/ZoomInAction.java

    r771 r877  
    1212
    1313        public ZoomInAction() {
    14                 super(tr("Zoom in"), null, tr("Zoom in"),
     14                super(tr("Zoom in"), "dialogs/zoomin", tr("Zoom in"),
    1515                        KeyEvent.VK_PLUS, 0, true);
    1616                setEnabled(true);
  • trunk/src/org/openstreetmap/josm/actions/ZoomOutAction.java

    r771 r877  
    1212
    1313        public ZoomOutAction() {
    14                 super(tr("Zoom out"), null, tr("Zoom out"),
     14                super(tr("Zoom out"), "dialogs/zoomout", tr("Zoom out"),
    1515                        KeyEvent.VK_MINUS, 0, true);
    1616                setEnabled(true);
Note: See TracChangeset for help on using the changeset viewer.