Ignore:
Timestamp:
2017-04-14T23:33:58+02:00 (9 years ago)
Author:
donvip
Message:

update to JOSM 11713

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/CommandLine/src/CommandLine/DummyAction.java

    r32779 r33238  
    88import org.openstreetmap.josm.Main;
    99import org.openstreetmap.josm.actions.mapmode.MapMode;
    10 import org.openstreetmap.josm.gui.MapFrame;
    1110import org.openstreetmap.josm.tools.ImageProvider;
    1211
     
    1413    private final CommandLine parentPlugin;
    1514
    16     public DummyAction(MapFrame mapFrame, CommandLine parentPlugin) {
    17             super(null, "addsegment.png", null, mapFrame, ImageProvider.getCursor("normal", null));
     15    public DummyAction(CommandLine parentPlugin) {
     16            super(null, "addsegment.png", null, ImageProvider.getCursor("normal", null));
    1817            this.parentPlugin = parentPlugin;
    1918    }
Note: See TracChangeset for help on using the changeset viewer.