- Timestamp:
- 2008-08-27T23:31:25+02:00 (16 years ago)
- Location:
- trunk/src/org/openstreetmap/josm/actions
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
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.