From 8934ae2caa8cdc2cc70baf0047a8812b0538963f Mon Sep 17 00:00:00 2001 From: Sergey Bolhovskoy Date: Wed, 28 Oct 2015 05:22:20 +0000 Subject: =?UTF-8?q?VKontakte:=20add=20=E2=80=98Message=20for=20return=20to?= =?UTF-8?q?=20chat=E2=80=99=20option=20add=20=E2=80=98Use=20non-standard?= =?UTF-8?q?=20popups=20for=20news=20and=20event=20notifications=E2=80=99?= =?UTF-8?q?=20option?= 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@15628 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/VKontakte/src/vk_chats.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'protocols/VKontakte/src/vk_chats.cpp') diff --git a/protocols/VKontakte/src/vk_chats.cpp b/protocols/VKontakte/src/vk_chats.cpp index 7c13e27038..98274d0f95 100644 --- a/protocols/VKontakte/src/vk_chats.cpp +++ b/protocols/VKontakte/src/vk_chats.cpp @@ -659,10 +659,9 @@ INT_PTR __cdecl CVkProto::OnJoinChat(WPARAM hContact, LPARAM) if (chat_id == -1) return 1; - CMString tszReturnChatMessage(ptrT(getTStringA("ReturnChatMessage"))); AsyncHttpRequest *pReq = new AsyncHttpRequest(this, REQUEST_POST, "/method/messages.send.json", true, &CVkProto::OnSendChatMsg, AsyncHttpRequest::rpHigh) << INT_PARAM("chat_id", chat_id) - << TCHAR_PARAM("message", tszReturnChatMessage.IsEmpty() ? TranslateT("I'm back") : tszReturnChatMessage) + << TCHAR_PARAM("message", m_ReturnChatMessage) << VER_API; pReq->AddHeader("Content-Type", "application/x-www-form-urlencoded"); Push(pReq); -- cgit v1.2.3