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/SimpleAR/src/Main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/SimpleAR/src') diff --git a/plugins/SimpleAR/src/Main.cpp b/plugins/SimpleAR/src/Main.cpp index 8f400bd1d2..04fd134bc5 100644 --- a/plugins/SimpleAR/src/Main.cpp +++ b/plugins/SimpleAR/src/Main.cpp @@ -211,7 +211,7 @@ INT addEvent(WPARAM hContact, LPARAM hDBEvent) if (ServiceExists(MS_VARS_FORMATSTRING)) { ptszTemp = variables_parse(ptszTemp2, 0, hContact); } - else ptszTemp = Utils_ReplaceVarsT(ptszTemp2); + else ptszTemp = Utils_ReplaceVarsW(ptszTemp2); T2Utf pszUtf(ptszTemp); ProtoChainSend(hContact, PSS_MESSAGE, 0, pszUtf); -- cgit v1.2.3