Changeset 33238 in osm for applications/editors/josm/plugins/CommandLine/src/CommandLine/DummyAction.java
- Timestamp:
- 2017-04-14T23:33:58+02:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/CommandLine/src/CommandLine/DummyAction.java
r32779 r33238 8 8 import org.openstreetmap.josm.Main; 9 9 import org.openstreetmap.josm.actions.mapmode.MapMode; 10 import org.openstreetmap.josm.gui.MapFrame;11 10 import org.openstreetmap.josm.tools.ImageProvider; 12 11 … … 14 13 private final CommandLine parentPlugin; 15 14 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)); 18 17 this.parentPlugin = parentPlugin; 19 18 }
Note:
See TracChangeset
for help on using the changeset viewer.
