- Timestamp:
- 2021-06-20T20:27:12+02:00 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/MainMenu.java
r17880 r17925 410 410 * to use WINDOW_MENU_GROUP to determine the group integer. 411 411 */ 412 public final WindowMenu windowMenu = addMenu(new WindowMenu(), /* untranslated name */ "Windows", KeyEvent.VK_W, 11, ht("/ Help/Menu/Windows"));412 public final WindowMenu windowMenu = addMenu(new WindowMenu(), /* untranslated name */ "Windows", KeyEvent.VK_W, 11, ht("/Menu/Windows")); 413 413 // CHECKSTYLE.ON: LineLength 414 414
Note:
See TracChangeset
for help on using the changeset viewer.