From e8140be4be643eea3c1bac5da4f6a26e07fa218a Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Sun, 19 Oct 2014 09:18:42 +0000 Subject: variable name change git-svn-id: http://svn.miranda-ng.org/main/trunk@10833 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- src/modules/utils/path.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/modules/utils/path.cpp b/src/modules/utils/path.cpp index 0bd1e79383..1031718867 100644 --- a/src/modules/utils/path.cpp +++ b/src/modules/utils/path.cpp @@ -307,7 +307,7 @@ XCHAR *GetInternalVariable(XCHAR *key, size_t keyLength, MCONTACT hContact) theValue = SHGetSpecialFolderPathX(CSIDL_PERSONAL, theKey); else if (!_xcscmp(theKey, XSTR(key, "desktop"))) theValue = SHGetSpecialFolderPathX(CSIDL_DESKTOPDIRECTORY, theKey); - else if (!_xcscmp(theKey, XSTR(key, "miranda_profile"))) + else if (!_xcscmp(theKey, XSTR(key, "miranda_profilesdir"))) theValue = GetProfileDirX(key); else if (!_xcscmp(theKey, XSTR(key, "miranda_profilename"))) theValue = GetProfileNameX(key); -- cgit v1.2.3