X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;f=source%2Fcommon%2Fdirs.cpp;h=e0e651097d0ba6188e8993594f902ed3a02163c8;hb=2b8ca7c8528a738a40d099e2cce5b974bc741699;hp=8a34b19b8d6e69ab0cb5229a738852bd20146074;hpb=c7879876fbfc4405946aea156f115ce096615858;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")));