Changeset 21761 in osm for applications
- Timestamp:
- 2010-06-17T20:51:34+02:00 (15 years ago)
- Location:
- applications/editors/josm
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/wms-turbo-challenge2/src/wmsturbochallenge/WMSRacer.java
r19990 r21761 10 10 import org.openstreetmap.josm.gui.MapFrame; 11 11 import org.openstreetmap.josm.actions.JosmAction; 12 import org.openstreetmap.josm.plugins.Plugin; 13 import org.openstreetmap.josm.plugins.PluginInformation; 12 14 import org.openstreetmap.josm.Main; 13 15 … … 17 19 import java.awt.event.ActionEvent; 18 20 19 public class WMSRacer implements LayerChangeListener { 20 public WMSRacer() { 21 public class WMSRacer extends Plugin implements LayerChangeListener { 22 public WMSRacer(PluginInformation info) { 23 super(info); 21 24 driveAction.updateEnabledState(); 22 25
Note:
See TracChangeset
for help on using the changeset viewer.