- Timestamp:
- 2008-08-27T23:31:25+02:00 (16 years ago)
- Location:
- trunk
- Files:
-
- 2 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/presets/presets.xml
r876 r877 745 745 </item> 746 746 747 <item name=" Crossing" icon="presets/waypoints.png">747 <item name="Zebra crossing" icon="presets/waypoints.png"> 748 748 <key key="highway" value="crossing" /> 749 749 </item> -
trunk/src/org/openstreetmap/josm/actions/ZoomInAction.java
r771 r877 12 12 13 13 public ZoomInAction() { 14 super(tr("Zoom in"), null, tr("Zoom in"),14 super(tr("Zoom in"), "dialogs/zoomin", tr("Zoom in"), 15 15 KeyEvent.VK_PLUS, 0, true); 16 16 setEnabled(true); -
trunk/src/org/openstreetmap/josm/actions/ZoomOutAction.java
r771 r877 12 12 13 13 public ZoomOutAction() { 14 super(tr("Zoom out"), null, tr("Zoom out"),14 super(tr("Zoom out"), "dialogs/zoomout", tr("Zoom out"), 15 15 KeyEvent.VK_MINUS, 0, true); 16 16 setEnabled(true);
Note:
See TracChangeset
for help on using the changeset viewer.