Ticket #21000: josm_21000.patch

File josm_21000.patch, 790 bytes (added by skyper, 4 years ago)

untested patch

  • src/org/openstreetmap/josm/gui/MainMenu.java

     
    409409     * group is for currently open windows that cannot be toggled, e.g. relation editors. It's recommended
    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
    415415    /**