X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;f=source%2Fcommon%2Fdirs.cpp;h=e0e651097d0ba6188e8993594f902ed3a02163c8;hb=52df70c4f06fed2a15922b4a28519ebd62cf7105;hp=8a34b19b8d6e69ab0cb5229a738852bd20146074;hpb=6ad74138800e7c553e3058d5de9ba4f4976c92b1;p=xestiaab%2F.git diff --git a/source/common/dirs.cpp b/source/common/dirs.cpp index 8a34b19..e0e6510 100644 --- a/source/common/dirs.cpp +++ b/source/common/dirs.cpp @@ -183,7 +183,7 @@ wxString GetAccountsFile() AccountsFile.Append(wxString::FromUTF8(getenv("APPDATA"))); AccountsFile.Append(wxT("\\Xestia\\Address Book\\preferences\\accounts")); -#elif defined(__WIN32__) +#elif defined(__APPLE__) AccountsFile.Clear(); AccountsFile.Append(wxString::FromUTF8(getenv("HOME")));