Changeset 19460 in osm for applications/editors/josm/plugins/openlayers/src
- Timestamp:
- 2010-01-13T14:58:52+01:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/openlayers/src/org/openstreetmap/josm/plugins/openLayers/OpenLayersPlugin.java
r13582 r19460 11 11 import org.openstreetmap.josm.gui.preferences.PreferenceSetting; 12 12 import org.openstreetmap.josm.plugins.Plugin; 13 import org.openstreetmap.josm.plugins.PluginInformation; 13 14 14 15 /** … … 24 25 static String pluginDir; 25 26 26 public OpenLayersPlugin() { 27 public OpenLayersPlugin(PluginInformation info) { 28 super(info); 27 29 pluginDir = getPluginDir(); 28 30 try {
Note:
See TracChangeset
for help on using the changeset viewer.