Changeset 15649 in josm for trunk/src/org/openstreetmap/josm/gui/help/HelpBrowser.java
- Timestamp:
- 2020-01-06T22:23:57+01:00 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/help/HelpBrowser.java
r14807 r15649 37 37 import org.openstreetmap.josm.gui.MainApplication; 38 38 import org.openstreetmap.josm.gui.MainMenu; 39 import org.openstreetmap.josm.gui.WindowMenu; 39 40 import org.openstreetmap.josm.gui.util.WindowGeometry; 40 41 import org.openstreetmap.josm.gui.widgets.JosmEditorPane; … … 214 215 } 215 216 if (windowMenuItem == null && visible) { 216 windowMenuItem = MainMenu.add(menu.windowMenu, FOCUS_ACTION, MainMenu.WINDOW_MENU_GROUP.VOLATILE);217 windowMenuItem = MainMenu.add(menu.windowMenu, FOCUS_ACTION, WindowMenu.WINDOW_MENU_GROUP.VOLATILE); 217 218 } 218 219 }
Note:
See TracChangeset
for help on using the changeset viewer.
