Changeset 4811 in josm for trunk/src/org
- Timestamp:
- 2012-01-17T15:01:17+01:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/Preferences.java
r4810 r4811 246 246 path = System.getProperty("josm.home"); 247 247 if (path != null) { 248 preferencesDirFile = new File(path) ;248 preferencesDirFile = new File(path).getAbsoluteFile(); 249 249 } else { 250 250 path = System.getenv("APPDATA");
Note:
See TracChangeset
for help on using the changeset viewer.