Changeset 19434 in osm for applications/editors/josm/plugins/editgpx/src
- Timestamp:
- 2010-01-13T14:29:27+01:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/editgpx/src/org/openstreetmap/josm/plugins/editgpx/EditGpxPlugin.java
r19052 r19434 18 18 import org.openstreetmap.josm.gui.layer.Layer; 19 19 import org.openstreetmap.josm.plugins.Plugin; 20 import org.openstreetmap.josm.plugins.PluginInformation; 20 21 21 22 import static org.openstreetmap.josm.tools.I18n.tr; … … 43 44 public static boolean active = false; 44 45 45 public EditGpxPlugin() { 46 public EditGpxPlugin(PluginInformation info) { 47 super(info); 46 48 dataSet = new DataSet(); 47 49 mode = new EditGpxMode(Main.map, "editgpx", tr("edit gpx tracks"), dataSet);
Note:
See TracChangeset
for help on using the changeset viewer.