From 82ef17ca5286f58ae7af604fb9518e8dc496b7c3 Mon Sep 17 00:00:00 2001 From: Sergey Bolhovskoy Date: Fri, 29 Jul 2016 06:54:25 +0000 Subject: VKontarte: Utils_OpenUrlT -> Utils_OpenUrlW git-svn-id: http://svn.miranda-ng.org/main/trunk@17142 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/VKontakte/src/misc.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols/VKontakte/src/misc.cpp') diff --git a/protocols/VKontakte/src/misc.cpp b/protocols/VKontakte/src/misc.cpp index eb2f59380b..494ef63183 100644 --- a/protocols/VKontakte/src/misc.cpp +++ b/protocols/VKontakte/src/misc.cpp @@ -1418,5 +1418,5 @@ void CVkProto::ShowCaptchaInBrowser(HBITMAP hBitmap) fclose(pFile); wszHTMLPath = L"file://" + wszHTMLPath; - Utils_OpenUrlT(wszHTMLPath); + Utils_OpenUrlW(wszHTMLPath); } \ No newline at end of file -- cgit v1.2.3