diff options
author | Sergey Bolhovskoy <elzorfox@ya.ru> | 2014-12-29 09:59:36 +0000 |
---|---|---|
committer | Sergey Bolhovskoy <elzorfox@ya.ru> | 2014-12-29 09:59:36 +0000 |
commit | 16634865ad22aa865e79930e5c4fb570627ef69a (patch) | |
tree | 70ab4ed538cda6828c9da33e7e90e09c9d88d9df /protocols/VKontakte/src/resource.h | |
parent | 457202107f1990d8da73db742fbe0f6d3d6d9fc2 (diff) |
VKontakte:
add filtering for notifications
rework processing for notifications (output formating)
version bump
git-svn-id: http://svn.miranda-ng.org/main/trunk@11668 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/VKontakte/src/resource.h')
-rw-r--r-- | protocols/VKontakte/src/resource.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/protocols/VKontakte/src/resource.h b/protocols/VKontakte/src/resource.h index 252877ef6d..a86f9fc703 100644 --- a/protocols/VKontakte/src/resource.h +++ b/protocols/VKontakte/src/resource.h @@ -85,6 +85,10 @@ #define IDC_S_FOLLOWING 1077
#define IDC_S_BANNED 1078
#define IDC_S_NOREPOSTES 1079
+#define IDC_N_COMMENTS 1080
+#define IDC_N_LIKES 1081
+#define IDC_N_REPOSTS 1082
+#define IDC_N_MENTIONS 1083
// Next default values for new objects
//
|