diff options
author | Sergey Bolhovskoy <elzorfox@ya.ru> | 2016-07-29 06:54:25 +0000 |
---|---|---|
committer | Sergey Bolhovskoy <elzorfox@ya.ru> | 2016-07-29 06:54:25 +0000 |
commit | 82ef17ca5286f58ae7af604fb9518e8dc496b7c3 (patch) | |
tree | 15e32ce4894d2e44175f32e86d2c4d43202e1d7a /protocols/VKontakte/src/misc.cpp | |
parent | 17ee088fc01ea6807154f0d43d10fbf26777baa6 (diff) |
VKontarte: Utils_OpenUrlT -> Utils_OpenUrlW
git-svn-id: http://svn.miranda-ng.org/main/trunk@17142 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
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 |