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/Quotes/src/SettingsDlg.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/Quotes/src') diff --git a/plugins/Quotes/src/SettingsDlg.cpp b/plugins/Quotes/src/SettingsDlg.cpp index c0f877685d..3a4d3daa52 100644 --- a/plugins/Quotes/src/SettingsDlg.cpp +++ b/plugins/Quotes/src/SettingsDlg.cpp @@ -982,7 +982,7 @@ tstring GenerateLogFileName(const tstring &rsLogFilePattern, const tstring &rsQu } if (nFlags & glfnResolveUserProfile) { - wchar_t *ptszParsedName = Utils_ReplaceVarsT(sPath.c_str()); + wchar_t *ptszParsedName = Utils_ReplaceVarsW(sPath.c_str()); if (ptszParsedName) { sPath = ptszParsedName; mir_free(ptszParsedName); -- cgit v1.2.3