Changeset 17925 in josm for trunk/src/org


Ignore:
Timestamp:
2021-06-20T20:27:12+02:00 (3 years ago)
Author:
Klumbumbus
Message:

fix #21000, see #18768 - Fix Windows menu help topic (patch by skyper)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/MainMenu.java

    r17880 r17925  
    410410     * to use WINDOW_MENU_GROUP to determine the group integer.
    411411     */
    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"));
    413413    // CHECKSTYLE.ON: LineLength
    414414
Note: See TracChangeset for help on using the changeset viewer.