diff options
Diffstat (limited to 'protocols/VKontakte/src/misc.cpp')
-rw-r--r-- | protocols/VKontakte/src/misc.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 |