Changeset 6394 in josm for trunk/src/org/openstreetmap/josm/gui/MainMenu.java
- Timestamp:
- 2013-11-19T02:29:10+01:00 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/MainMenu.java
r6336 r6394 208 208 /** View -> "Zoom to"... actions */ 209 209 public final Map<String, AutoScaleAction> autoScaleActions = new HashMap<String, AutoScaleAction>(); 210 /** View -> Jump to position */ 211 public final JumpToAction jumpToAct = new JumpToAction(); 210 212 211 213 /* Tools menu */ … … 337 339 public final JosmAction moveLeftAction = new MoveAction(MoveAction.Direction.LEFT); 338 340 public final JosmAction moveRightAction = new MoveAction(MoveAction.Direction.RIGHT); 339 public final JumpToAction jumpToAct = new JumpToAction();340 341 341 342 public final TaggingPresetSearchAction presetSearchAction = new TaggingPresetSearchAction(); … … 650 651 651 652 viewMenu.addSeparator(); 653 add(viewMenu, jumpToAct); 654 viewMenu.addSeparator(); 652 655 add(viewMenu, info); 653 656 add(viewMenu, infoweb);
Note:
See TracChangeset
for help on using the changeset viewer.
