Ignore:
Timestamp:
2020-01-07T20:03:45+01:00 (4 years ago)
Author:
Don-vip
Message:

see #18514 - cleanup menu groups handling

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/dialogs/relation/GenericRelationEditor.java

    r15649 r15655  
    6060import org.openstreetmap.josm.gui.MainMenu;
    6161import org.openstreetmap.josm.gui.ScrollViewport;
    62 import org.openstreetmap.josm.gui.WindowMenu;
    6362import org.openstreetmap.josm.gui.datatransfer.ClipboardUtils;
    6463import org.openstreetmap.josm.gui.dialogs.relation.actions.AbstractRelationEditorAction;
     
    766765        };
    767766        focusAction.putValue("relationEditor", re);
    768         return MainMenu.add(MainApplication.getMenu().windowMenu, focusAction, WindowMenu.WINDOW_MENU_GROUP.VOLATILE);
     767        return MainMenu.add(MainApplication.getMenu().windowMenu, focusAction, MainMenu.WINDOW_MENU_GROUP.VOLATILE);
    769768    }
    770769
Note: See TracChangeset for help on using the changeset viewer.