Changeset 28041 in osm for applications/editors/josm/plugins
- Timestamp:
- 2012-03-11T15:25:24+01:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/ColumbusCSV/src/org/openstreetmap/josm/plugins/columbusCSV/ColumbusCSVPreferences.java
r27882 r28041 150 150 colCSVWarnMissingAudio.setSelected(Main.pref.getBoolean(WARN_MISSING_AUDIO, true)); 151 151 } 152 153 public boolean isExpert() { 154 return false; 155 } 152 156 153 @Override154 public boolean isExpert() {155 return false;156 }157 157 }
Note:
See TracChangeset
for help on using the changeset viewer.