Changeset 8906 in josm for trunk/src/org/openstreetmap/josm/gui/MainMenu.java
- Timestamp:
- 2015-10-19T14:00:49+02:00 (10 years ago)
- File:
-
- 1 edited
-
trunk/src/org/openstreetmap/josm/gui/MainMenu.java (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/MainMenu.java
r8870 r8906 598 598 599 599 /** 600 * @deprecated Use {@link #addMenu(String, String, int, int, String)} instead.601 */602 // Kept for compatibility with plugins603 @Deprecated604 public JMenu addMenu(String name, int mnemonicKey, int position, String relativeHelpTopic) {605 return addMenu(name, tr(name), mnemonicKey, position, relativeHelpTopic);606 }607 608 /**609 600 * Creates a menu and adds it on the given position to the main menu. 610 601 *
Note:
See TracChangeset
for help on using the changeset viewer.
