Changeset 30936 in osm for applications/editors/josm/plugins/photoadjust/src/org
- Timestamp:
- 2015-02-03T20:16:41+01:00 (10 years ago)
- Location:
- applications/editors/josm/plugins/photoadjust/src/org/openstreetmap/josm/plugins/photoadjust
- Files:
-
- 1 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/photoadjust/src/org/openstreetmap/josm/plugins/photoadjust/PhotoAdjustPlugin.java
r30737 r30936 35 35 public PhotoAdjustPlugin(PluginInformation info) { 36 36 super(info); 37 GeoImageLayer.registerMenuAddition(new ToggleGeoImageThumbAction());38 37 GeoImageLayer.registerMenuAddition(new UntaggedGeoImageLayerAction()); 39 38 worker = new PhotoAdjustWorker();
Note:
See TracChangeset
for help on using the changeset viewer.