Changeset 11769 in josm for trunk/src/org/openstreetmap
- Timestamp:
- 2017-03-22T18:49:03+01:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/MainMenu.java
r10816 r11769 378 378 * to use WINDOW_MENU_GROUP to determine the group integer. 379 379 */ 380 public final JMenu windowMenu = addMenu("Windows", /* I18N: mnemonic: W */ trc("menu", "Windows"), KeyEvent.VK_W, 10, ht("/ Menu/Windows"));380 public final JMenu windowMenu = addMenu("Windows", /* I18N: mnemonic: W */ trc("menu", "Windows"), KeyEvent.VK_W, 10, ht("/ToggleDialogs")); 381 381 382 382 /**
Note:
See TracChangeset
for help on using the changeset viewer.