Changeset 12707 in osm for applications/editors/josm/plugins/navigator/src
- Timestamp:
- 2008-12-31T00:38:51+01:00 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/navigator/src/at/dallermassl/josm/plugin/navigator/NavigatorModeAction.java
r3865 r12707 26 26 27 27 public NavigatorModeAction(MapFrame mapFrame, NavigatorModel navigatorModel, NavigatorLayer navigationLayer) { 28 super(tr("Navigator"), "navigation", tr("Set start/end for autorouting. MiddleMouse button to reset."), KeyEvent.VK_F, mapFrame, ImageProvider.getCursor("crosshair", "selection"));28 super(tr("Navigator"), "navigation", tr("Set start/end for routing. Middle mouse button to reset."), KeyEvent.VK_F, mapFrame, ImageProvider.getCursor("crosshair", "selection")); 29 29 this.navigatorModel = navigatorModel; 30 30 this.navigatorLayer = navigationLayer;
Note:
See TracChangeset
for help on using the changeset viewer.