Changeset 33920 in osm for applications/editors/josm/plugins/seachartedit/src/scedit/SCedit.java
- Timestamp:
- 2017-11-26T15:47:40+01:00 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/seachartedit/src/scedit/SCedit.java
r33030 r33920 10 10 package scedit; 11 11 12 import org.openstreetmap.josm. Main;12 import org.openstreetmap.josm.gui.MainApplication; 13 13 import org.openstreetmap.josm.gui.MainMenu; 14 14 import org.openstreetmap.josm.plugins.Plugin; … … 19 19 public SCedit(PluginInformation info) { 20 20 super(info); 21 MainMenu.add(Main .main.menu.toolsMenu, new SCeditAction());21 MainMenu.add(MainApplication.getMenu().toolsMenu, new SCeditAction()); 22 22 } 23 23 }
Note:
See TracChangeset
for help on using the changeset viewer.