From 53e54f19ecbcd12202473505dd12cea27b453f2c Mon Sep 17 00:00:00 2001 From: Sergey Bolhovskoy Date: Fri, 26 Dec 2014 07:48:02 +0000 Subject: VKontakte: add filtering by type and source content for news git-svn-id: http://svn.miranda-ng.org/main/trunk@11642 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/VKontakte/src/resource.h | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'protocols/VKontakte/src/resource.h') diff --git a/protocols/VKontakte/src/resource.h b/protocols/VKontakte/src/resource.h index d469f7b127..252877ef6d 100644 --- a/protocols/VKontakte/src/resource.h +++ b/protocols/VKontakte/src/resource.h @@ -75,6 +75,17 @@ #define IDC_NEWSBBC_BASIC 1067 #define IDC_NEWSBBC_ADV 1068 #define IDC_IEVIEW 1069 +#define IDC_F_POSTS 1070 +#define IDC_F_PHOTOS 1071 +#define IDC_F_TAGS 1072 +#define IDC_F_WALLPHOTOS 1073 +#define IDC_S_FRIENDS 1074 +#define IDC_S_GROUPS 1075 +#define IDC_S_PAGES 1076 +#define IDC_S_FOLLOWING 1077 +#define IDC_S_BANNED 1078 +#define IDC_S_NOREPOSTES 1079 + // Next default values for new objects // #ifdef APSTUDIO_INVOKED @@ -82,7 +93,7 @@ #define _APS_NO_MFC 1 #define _APS_NEXT_RESOURCE_VALUE 119 #define _APS_NEXT_COMMAND_VALUE 40001 -#define _APS_NEXT_CONTROL_VALUE 1070 +#define _APS_NEXT_CONTROL_VALUE 1071 #define _APS_NEXT_SYMED_VALUE 101 #endif #endif -- cgit v1.2.3