- Timestamp:
- 2014-12-20T02:09:21+01:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/tools/PlatformHookOsx.java
r7835 r7845 335 335 } 336 336 337 @Override 337 @Overrides 338 338 public File getDefaultUserDataDirectory() { 339 return new File(System.getProperty("user.home")+"/Library /Application Support", "JOSM");339 return new File(System.getProperty("user.home")+"/Library", "JOSM"); 340 340 } 341 341
Note:
See TracChangeset
for help on using the changeset viewer.