diff options
author | Sergey Bolhovskoy <elzorfox@ya.ru> | 2014-12-26 07:48:02 +0000 |
---|---|---|
committer | Sergey Bolhovskoy <elzorfox@ya.ru> | 2014-12-26 07:48:02 +0000 |
commit | 53e54f19ecbcd12202473505dd12cea27b453f2c (patch) | |
tree | adce7986ea2f73d3b84c8a30939c5c71f8148431 /protocols/VKontakte/src/resource.h | |
parent | efee96cfd3e6318ed376363ab9781bd944940107 (diff) |
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
Diffstat (limited to 'protocols/VKontakte/src/resource.h')
-rw-r--r-- | protocols/VKontakte/src/resource.h | 13 |
1 files changed, 12 insertions, 1 deletions
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
|