Changeset 24230 in osm for applications/editors/josm/plugins/FixAddresses/src/org
- Timestamp:
- 2010-11-14T19:10:55+01:00 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/FixAddresses/src/org/openstreetmap/josm/plugins/fixAddresses/FixAddressesPreferences.java
r24210 r24230 18 18 import org.openstreetmap.josm.gui.preferences.PreferenceTabbedPane; 19 19 20 // TODO: Implement 20 21 public class FixAddressesPreferences implements PreferenceSetting { 21 22 private boolean selectGuessedObjects = false; … … 42 43 * Checks if option "select guessed objects" is set. If yes, every selection 43 44 * includes also the objects used for guessing the address tags. 44 * Otherwise only the tehaddress itself is selected.45 * Otherwise only the address itself is selected. 45 46 * 46 47 * @return the selectGuessedObjects
Note:
See TracChangeset
for help on using the changeset viewer.