Changeset 19436 in osm for applications/editors/josm/plugins/globalsat/src/org/openstreetmap
- Timestamp:
- 2010-01-13T14:32:38+01:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/globalsat/src/org/openstreetmap/josm/plugins/globalsat/GlobalsatPlugin.java
r16585 r19436 19 19 import org.openstreetmap.josm.gui.progress.ProgressMonitor; 20 20 import org.openstreetmap.josm.plugins.Plugin; 21 import org.openstreetmap.josm.plugins.PluginInformation; 21 22 import org.openstreetmap.josm.tools.Shortcut; 22 23 import org.xml.sax.SAXException; … … 87 88 88 89 GlobalsatImportAction importAction; 89 public GlobalsatPlugin() { 90 public GlobalsatPlugin(PluginInformation info) { 91 super(info); 90 92 boolean error = false; 91 93 try{
Note:
See TracChangeset
for help on using the changeset viewer.