Changeset 7845 in josm for trunk/src/org


Ignore:
Timestamp:
2014-12-20T02:09:21+01:00 (9 years ago)
Author:
bastiK
Message:

see #10026 - change user data directory on Mac OSX from ~/Library/Application Support/JOSM to ~/Library/JOSM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/tools/PlatformHookOsx.java

    r7835 r7845  
    335335    }
    336336
    337     @Override
     337    @Overrides
    338338    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");
    340340    }
    341341
Note: See TracChangeset for help on using the changeset viewer.