Changeset 33914 in osm


Ignore:
Timestamp:
2017-11-25T02:14:06+01:00 (7 years ago)
Author:
donvip
Message:

update to JOSM 12643

Location:
applications/editors/josm/plugins/smed
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/smed/build.xml

    r32680 r33914  
    44    <property name="commit.message" value="New release"/>
    55    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    6     <property name="plugin.main.version" value="10580"/>
     6    <property name="plugin.main.version" value="12643"/>
    77
    88    <!-- Configure these properties (replace "..." accordingly).
  • applications/editors/josm/plugins/smed/src/smed/Smed.java

    r33054 r33914  
    22package smed;
    33
    4 import org.openstreetmap.josm.Main;
     4import org.openstreetmap.josm.gui.MainApplication;
    55import org.openstreetmap.josm.gui.MainMenu;
    66import org.openstreetmap.josm.gui.MapFrame;
     
    1414    public Smed(PluginInformation info) {
    1515        super(info);
    16         MainMenu.add(Main.main.menu.toolsMenu, dialog);
     16        MainMenu.add(MainApplication.getMenu().toolsMenu, dialog);
    1717    }
    1818
Note: See TracChangeset for help on using the changeset viewer.