Ticket #21000: josm_21000.patch
File josm_21000.patch, 790 bytes (added by , 4 years ago) |
---|
-
src/org/openstreetmap/josm/gui/MainMenu.java
409 409 * group is for currently open windows that cannot be toggled, e.g. relation editors. It's recommended 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 415 415 /**