Changeset 68 in josm for src/org/openstreetmap/josm/actions/mapmode/ZoomAction.java
- Timestamp:
- 2006-03-24T01:45:42+01:00 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/org/openstreetmap/josm/actions/mapmode/ZoomAction.java
r23 r68 41 41 */ 42 42 public ZoomAction(MapFrame mapFrame) { 43 super("Zoom", "zoom", "Zoom in by dragging", KeyEvent.VK_Z, mapFrame); 43 super("Zoom", "zoom", "Zoom in by dragging.", "Z", KeyEvent.VK_Z, mapFrame); 44 44 mv = mapFrame.mapView; 45 45 selectionManager = new SelectionManager(this, true, mv);
Note:
See TracChangeset
for help on using the changeset viewer.
