From e8140be4be643eea3c1bac5da4f6a26e07fa218a Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy <watcherhd@gmail.com> 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 --- plugins/Import/src/miranda.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/Import/src') diff --git a/plugins/Import/src/miranda.cpp b/plugins/Import/src/miranda.cpp index 047212f816..44aab053de 100644 --- a/plugins/Import/src/miranda.cpp +++ b/plugins/Import/src/miranda.cpp @@ -71,7 +71,7 @@ INT_PTR CALLBACK MirandaPageProc(HWND hwndDlg,UINT message,WPARAM wParam,LPARAM { VARST pfd(_T("%miranda_path%\\Profiles")); VARST pfd1(_T("%miranda_path%")); - VARST pfd2(_T("%miranda_profile%")); + VARST pfd2(_T("%miranda_profilesdir%")); VARST pfn(_T("%miranda_profilename%")); SearchForLists(hwndDlg, pfd2, pfn); @@ -113,7 +113,7 @@ INT_PTR CALLBACK MirandaPageProc(HWND hwndDlg,UINT message,WPARAM wParam,LPARAM break; case IDC_OTHER: - ptrT pfd(Utils_ReplaceVarsT(_T("%miranda_profile%"))); + ptrT pfd(Utils_ReplaceVarsT(_T("%miranda_profilesdir%"))); TCHAR str[MAX_PATH], text[256]; GetDlgItemText(hwndDlg, IDC_FILENAME, str, SIZEOF(str)); -- cgit v1.2.3