Changeset 13476 in osm for applications/editors/josm/plugins/openstreetbugs/src
- Timestamp:
- 2009-02-01T14:22:10+01:00 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/openstreetbugs/src/org/openstreetmap/josm/plugins/osb/OsbPlugin.java
r13135 r13476 116 116 Main.pref.put(ConfigKeys.OSB_AUTO_DOWNLOAD, auto_download); 117 117 } 118 119 String include_date = Main.pref.get(ConfigKeys.OSB_INCLUDE_DATE); 120 if(include_date == null || include_date.length() == 0) { 121 include_date = "true"; 122 Main.pref.put(ConfigKeys.OSB_INCLUDE_DATE, include_date); 123 } 118 124 } 119 125
Note:
See TracChangeset
for help on using the changeset viewer.