Changeset 31213 in osm for applications
- Timestamp:
- 2015-06-03T19:37:20+02:00 (10 years ago)
- Location:
- applications/editors/josm/plugins/mapillary/src/org/openstreetmap/josm/plugins/mapillary
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/mapillary/src/org/openstreetmap/josm/plugins/mapillary/MapillaryPlugin.java
r31196 r31213 12 12 import org.openstreetmap.josm.Main; 13 13 import org.openstreetmap.josm.gui.MapFrame; 14 import org.openstreetmap.josm.gui.preferences.PreferenceSetting; 14 15 import org.openstreetmap.josm.plugins.Plugin; 15 16 import org.openstreetmap.josm.plugins.PluginInformation; … … 75 76 menu.setEnabled(value); 76 77 } 78 79 @Override 80 public PreferenceSetting getPreferenceSetting() { 81 return new MapillaryPreferenceSetting(); 82 } 77 83 }
Note:
See TracChangeset
for help on using the changeset viewer.