Changeset 31213 in osm for applications/editors


Ignore:
Timestamp:
2015-06-03T19:37:20+02:00 (10 years ago)
Author:
nokutu
Message:

Started the creation of a preference page

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  
    1212import org.openstreetmap.josm.Main;
    1313import org.openstreetmap.josm.gui.MapFrame;
     14import org.openstreetmap.josm.gui.preferences.PreferenceSetting;
    1415import org.openstreetmap.josm.plugins.Plugin;
    1516import org.openstreetmap.josm.plugins.PluginInformation;
     
    7576                menu.setEnabled(value);
    7677        }
     78       
     79        @Override
     80        public PreferenceSetting getPreferenceSetting() {
     81                return new MapillaryPreferenceSetting();
     82        }
    7783}
Note: See TracChangeset for help on using the changeset viewer.