From 212d36e4fd71b88a427ecbc8e3c3536daf88de38 Mon Sep 17 00:00:00 2001 From: Sergey Bolhovskoy Date: Mon, 8 Aug 2016 05:28:08 +0000 Subject: =?UTF-8?q?VKontakte:=20fixed=20processing=20for=20=E2=80=98valida?= =?UTF-8?q?tion=20required=E2=80=99=20error=20change=20MessageBox=20->=20M?= =?UTF-8?q?essageBoxW=20change=20styles=20for=20some=20MessageBoxW?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://svn.miranda-ng.org/main/trunk@17166 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/VKontakte/src/vk_proto.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols/VKontakte/src/vk_proto.h') diff --git a/protocols/VKontakte/src/vk_proto.h b/protocols/VKontakte/src/vk_proto.h index 401e6b213e..81fb1db44a 100644 --- a/protocols/VKontakte/src/vk_proto.h +++ b/protocols/VKontakte/src/vk_proto.h @@ -329,7 +329,7 @@ private: bool CheckJsonResult(AsyncHttpRequest *pReq, const JSONNode &Node); void OnReceiveSmth(NETLIBHTTPREQUEST*, AsyncHttpRequest*); bool AutoFillForm(char*, CMStringA&, CMStringA&); - CMStringW RunConfirmationCode(); + CMStringW RunConfirmationCode(LPCWSTR pwszTitle); CMStringW RunRenameNick(LPCWSTR pwszOldName); void GrabCookies(NETLIBHTTPREQUEST *nhr); void ApplyCookies(AsyncHttpRequest*); -- cgit v1.2.3