Ignore:
Timestamp:
2017-11-26T15:47:40+01:00 (7 years ago)
Author:
donvip
Message:

update to JOSM 12643

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/seachartedit/src/scedit/SCedit.java

    r33030 r33920  
    1010package scedit;
    1111
    12 import org.openstreetmap.josm.Main;
     12import org.openstreetmap.josm.gui.MainApplication;
    1313import org.openstreetmap.josm.gui.MainMenu;
    1414import org.openstreetmap.josm.plugins.Plugin;
     
    1919    public SCedit(PluginInformation info) {
    2020        super(info);
    21         MainMenu.add(Main.main.menu.toolsMenu, new SCeditAction());
     21        MainMenu.add(MainApplication.getMenu().toolsMenu, new SCeditAction());
    2222    }
    2323}
Note: See TracChangeset for help on using the changeset viewer.