Changeset 25881 in osm
- Timestamp:
- 2011-04-20T22:37:34+02:00 (14 years ago)
- Location:
- applications/editors/josm/plugins/simplifyarea
- Files:
-
- 3 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/simplifyarea/src/sk/zdila/josm/plugin/simplify/SimplifyAreaPlugin.java
r23193 r25881 3 3 import org.openstreetmap.josm.Main; 4 4 import org.openstreetmap.josm.gui.MainMenu; 5 import org.openstreetmap.josm.gui.preferences.PreferenceSetting; 5 6 import org.openstreetmap.josm.plugins.Plugin; 6 7 import org.openstreetmap.josm.plugins.PluginInformation; … … 13 14 } 14 15 16 @Override 17 public PreferenceSetting getPreferenceSetting() { 18 return new SimplifyAreaPreferenceSetting(); 19 } 20 15 21 }
Note:
See TracChangeset
for help on using the changeset viewer.