Ignore:
Timestamp:
2015-02-03T20:16:41+01:00 (10 years ago)
Author:
holgermappt
Message:

Removed the toggle thumbnail menu entry as it is JOSM core functionality now.

Location:
applications/editors/josm/plugins/photoadjust
Files:
2 deleted
32 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/photoadjust/README

    r30180 r30936  
    2424      self made text (CC0)
    2525    License: GPL v2 or later
    26   images/togglegit.png:
    27     combination of:
    28       JOSM images/dialogs/geoimage/gpx2img.png
    29            images/dialogs/geoimage/photo-marker.png
    30         Author: JOSM contributors and others, see JOSM CONTRIBUTION
    31         License: GNU General Public License v2 or later
    32       self made arrows (CC0)
    33     License: GPL v2 or later
    3426  images/photoadjust.png:
    3527    combination of:
  • applications/editors/josm/plugins/photoadjust/src/org/openstreetmap/josm/plugins/photoadjust/PhotoAdjustPlugin.java

    r30737 r30936  
    3535    public PhotoAdjustPlugin(PluginInformation info) {
    3636        super(info);
    37         GeoImageLayer.registerMenuAddition(new ToggleGeoImageThumbAction());
    3837        GeoImageLayer.registerMenuAddition(new UntaggedGeoImageLayerAction());
    3938        worker = new PhotoAdjustWorker();
Note: See TracChangeset for help on using the changeset viewer.