From 60074fa377aeaed72a7cb1bb8d3ed7781a68eeb1 Mon Sep 17 00:00:00 2001 From: Sergey Bolhovskoy Date: Thu, 25 Dec 2014 11:22:02 +0000 Subject: =?UTF-8?q?VKontakte:=20move=20GetAttachmentDescr=20to=20misc.cpp?= =?UTF-8?q?=20add=20=E2=80=98View=20settings=E2=80=99=20option=20page=20an?= =?UTF-8?q?d=20more=20options=20for=20view=20attachments,=20news=20and=20n?= =?UTF-8?q?otification=20in=20message=20log=20code=20cleanup=20and=20reorg?= =?UTF-8?q?anization=20version=20bump?= 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@11624 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/VKontakte/src/vk_proto.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (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 8362f77d23..ef47adc411 100644 --- a/protocols/VKontakte/src/vk_proto.cpp +++ b/protocols/VKontakte/src/vk_proto.cpp @@ -70,7 +70,6 @@ CVkProto::CVkProto(const char *szModuleName, const TCHAR *ptszUserName) : m_bRemoveFromClist = getBool("RemoveFromClistOnBanUser", false); m_bPopUpSyncHistory = getBool("PopUpSyncHistory", false); m_iMarkMessageReadOn = getByte("MarkMessageReadOn", 0); - m_bAddImgBbc = getBool("AddImgBbc", false); m_bStikersAsSmyles = getBool("StikersAsSmyles", false); m_bUserForceOnlineOnActivity = getBool("UserForceOnlineOnActivity", false); m_iMusicSendMetod = getByte("MusicSendMetod", sendBroadcastOnly); @@ -81,9 +80,10 @@ CVkProto::CVkProto(const char *szModuleName, const TCHAR *ptszUserName) : m_bNewsEnabled = getBool("NewsEnabled", false); m_bNotificationsEnabled = getBool("NotificationsEnabled", false); m_bSpecialContactAlwaysEnabled = getBool("SpecialContactAlwaysEnabled", false); - m_bBBCOnNews = getBool("BBCOnNews", false); m_iNewsInterval = getDword("NewsInterval", 15); m_iNotificationsInterval = getDword("NotificationsInterval", 1); + m_iIMGBBCSupport = getByte("IMGBBCSupport", 0); + m_iBBCForNews = getByte("BBCForNews", 0); // Set all contacts offline -- in case we crashed SetAllContactStatuses(ID_STATUS_OFFLINE); -- cgit v1.2.3