From: Steve Brokenshire Date: Mon, 26 Oct 2015 21:56:47 +0000 (+0000) Subject: In Win32 section, replace GetUserDir with GetUserPrefDir to get the correct directory. X-Git-Tag: release-0.05~25 X-Git-Url: http://Server1/repobrowser/?p=xestiaab%2F.git;a=commitdiff_plain;h=d325b3531e0ee71196f882896f3d5bc91de909c0 In Win32 section, replace GetUserDir with GetUserPrefDir to get the correct directory. --- diff --git a/source/frmNewAccount.cpp b/source/frmNewAccount.cpp index 3df7781..55acf26 100644 --- a/source/frmNewAccount.cpp +++ b/source/frmNewAccount.cpp @@ -349,7 +349,7 @@ void frmNewAccount::ProcessNext( wxCommandEvent& event ) #elif defined(__WIN32__) - XestiaABPrefDirectory = GetUserDir(); + XestiaABPrefDirectory = GetUserPrefDir(); AccountSettingsFile = XestiaABPrefDirectory + wxT("accounts");