From 70c8a5106f992a68148fccf4187602a662e4f4da Mon Sep 17 00:00:00 2001 From: Sergey Bolhovskoy Date: Mon, 22 Dec 2014 07:08:03 +0000 Subject: =?UTF-8?q?VKontakte:=20separate=20intervals=20for=20news=20and=20?= =?UTF-8?q?notifications=20add=20options=20for=20safe=20special=20contact?= =?UTF-8?q?=20if=20news=20and=20notification=20is=20disabled=20fix=20for?= =?UTF-8?q?=20move=20special=20contact=20to=20non-default=20group=20add=20?= =?UTF-8?q?=E2=80=98load=20news=20from=20vk=E2=80=99=20to=20protocol=20men?= =?UTF-8?q?u=20and=20contact=20menu=20for=20special=20contact=20version=20?= =?UTF-8?q?bump?= 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@11572 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/VKontakte/src/resource.h | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'protocols/VKontakte/src/resource.h') diff --git a/protocols/VKontakte/src/resource.h b/protocols/VKontakte/src/resource.h index 9ce31f0f30..404ab529ec 100644 --- a/protocols/VKontakte/src/resource.h +++ b/protocols/VKontakte/src/resource.h @@ -62,8 +62,11 @@ #define IDC_NEWS_ENBL 1054 #define IDC_NOTIF_ENBL 1055 #define IDC_BBC_NEWS 1056 -#define IDC_ED_INT 1057 -#define IDC_SPIN_INT 1058 +#define IDC_ED_INT_NEWS 1057 +#define IDC_SPIN_INT_NEWS 1058 +#define IDC_ED_INT_NOTIF 1059 +#define IDC_SPIN_INT_NOTIF 1060 +#define IDC_SPEC_CONT_ENBL 1061 // Next default values for new objects // @@ -72,7 +75,7 @@ #define _APS_NO_MFC 1 #define _APS_NEXT_RESOURCE_VALUE 118 #define _APS_NEXT_COMMAND_VALUE 40001 -#define _APS_NEXT_CONTROL_VALUE 1059 +#define _APS_NEXT_CONTROL_VALUE 1062 #define _APS_NEXT_SYMED_VALUE 101 #endif #endif -- cgit v1.2.3