Changeset 30192 in osm for applications/editors
- Timestamp:
- 2014-01-11T02:39:50+01:00 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/terracer/src/terracer/HouseNumberInputDialog.java
r29623 r30192 55 55 final static String INTERPOLATION = "plugin.terracer.interpolation_mode"; 56 56 */ 57 final static String DEFAULT_SEGMENTS = "plugins.terracer.segments"; 57 58 final static String HANDLE_RELATION = "plugins.terracer.handle_relation"; 58 59 final static String DELETE_OUTLINE = "plugins.terracer.delete_outline"; … … 341 342 if (segments == null) { 342 343 segments = new JTextField(); 343 segments.setText( "1");344 segments.setText(Main.pref.get(DEFAULT_SEGMENTS, "1")); 344 345 } 345 346 return segments;
Note:
See TracChangeset
for help on using the changeset viewer.