From 7f7252104c054002c8b30636ac0b327e915e7b6d Mon Sep 17 00:00:00 2001 From: George Hazan Date: Thu, 17 Nov 2016 22:30:41 +0300 Subject: Utils_OpenUrlT Utils_ReplaceVarsT --- plugins/UserGuide/src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/UserGuide') diff --git a/plugins/UserGuide/src/main.cpp b/plugins/UserGuide/src/main.cpp index a07c3eca60..e991bd97b2 100644 --- a/plugins/UserGuide/src/main.cpp +++ b/plugins/UserGuide/src/main.cpp @@ -57,7 +57,7 @@ static INT_PTR ShowGuideFile(WPARAM, LPARAM) mir_free(ptszHelpFile); } LPTSTR pszDirNameEx; - pszDirNameEx = Utils_ReplaceVarsT(pszDirName); + pszDirNameEx = Utils_ReplaceVarsW(pszDirName); mir_free(pszDirName); ShellExecute(NULL, L"open", pszFileName, NULL, pszDirNameEx, SW_SHOW); -- cgit v1.2.3