Changeset 6088 in josm
- Timestamp:
- 2013-07-26T20:37:48+02:00 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/MainMenu.java
r6082 r6088 251 251 public final JMenu helpMenu = addMenu(marktr("Help"), KeyEvent.VK_H, 11, ht("/Menu/Help")); 252 252 253 p ublicfinal int defaultMenuPos = 11;253 private final int defaultMenuPos = 11; 254 254 255 255 public final JosmAction moveUpAction = new MoveAction(MoveAction.Direction.UP); … … 291 291 } 292 292 }; 293 294 /** 295 * @since 6088 296 * @return the default position of tnew top-level menus 297 */ 298 public int getDefaultMenuPos() { 299 return defaultMenuPos; 300 } 293 301 294 302 /**
Note:
See TracChangeset
for help on using the changeset viewer.