Changeset 16103 in josm for trunk/src


Ignore:
Timestamp:
2020-03-09T18:26:55+01:00 (4 years ago)
Author:
Klumbumbus
Message:

fix #18768 - Fix Windows menu help topic (patch by Hb---)

File:
1 edited

Legend:

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

    r16102 r16103  
    402402     * to use WINDOW_MENU_GROUP to determine the group integer.
    403403     */
    404     public final WindowMenu windowMenu = addMenu(new WindowMenu(), /* untranslated name */ "Windows", KeyEvent.VK_W, 11, ht("/Help/Windows"));
     404    public final WindowMenu windowMenu = addMenu(new WindowMenu(), /* untranslated name */ "Windows", KeyEvent.VK_W, 11, ht("/Help/Menu/Windows"));
    405405
    406406    /**
Note: See TracChangeset for help on using the changeset viewer.