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_proto.cpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'protocols/VKontakte/src/vk_proto.cpp') diff --git a/protocols/VKontakte/src/vk_proto.cpp b/protocols/VKontakte/src/vk_proto.cpp index 011922b230..0d213c09cc 100644 --- a/protocols/VKontakte/src/vk_proto.cpp +++ b/protocols/VKontakte/src/vk_proto.cpp @@ -114,6 +114,8 @@ CVkProto::CVkProto(const char *szModuleName, const TCHAR *ptszUserName) : m_bNotificationFilterReposts = getBool("NotificationFilterReposts", true); m_bNotificationFilterMentions = getBool("NotificationFilterMentions", true); m_bNotificationFilterInvites = getBool("NotificationFilterInvites", true); + + m_bUseNonStandardNotifications = getBool("UseNonStandardNotifications", false); m_bUseNonStandardUrlEncode = getBool("UseNonStandardUrlEncode", true); m_iInvisibleInterval = getDword("InvisibleInterval", 10); @@ -129,6 +131,10 @@ CVkProto::CVkProto(const char *szModuleName, const TCHAR *ptszUserName) : m_bNeedSendOnline = false; delSetting("InviteGroupIds"); + m_ReturnChatMessage = getTStringA("ReturnChatMessage"); + if (m_ReturnChatMessage == NULL) + m_ReturnChatMessage = TranslateT("I'm back"); + // Set all contacts offline -- in case we crashed SetAllContactStatuses(ID_STATUS_OFFLINE); { -- cgit v1.2.3