diff options
author | Sergey Bolhovskoy <elzorfox@ya.ru> | 2014-09-29 09:09:40 +0000 |
---|---|---|
committer | Sergey Bolhovskoy <elzorfox@ya.ru> | 2014-09-29 09:09:40 +0000 |
commit | 9f8f51ae8bc32ba91d98a2fbd6a652a55241a7d7 (patch) | |
tree | db4f3e5029dfd049e1e832069b701ec7c115f35b /protocols/VKontakte/src/resource.h | |
parent | e77a3c5664bf839e5e94d27a9fbc8c8a6e2da51d (diff) |
VKontakte:
replace icons for add/remove frendlist menuitems
fix ‘Add as frend’ menuitem for chats
add ‘Report abuse’ and ‘Ban user’ support
version bump
git-svn-id: http://svn.miranda-ng.org/main/trunk@10621 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 7c3f798213..33e7184d77 100644 --- a/protocols/VKontakte/src/resource.h +++ b/protocols/VKontakte/src/resource.h @@ -29,6 +29,10 @@ #define IDC_SYNCHISTOTYONONLINE 1027
#define IDC_MARKREADONTYPING 1028
#define IDC_USE_LOCAL_TIME 1029
+#define IDC_REPORT_ABUSE 1030
+#define IDC_CLEAR_SERVER_HISTORY 1031
+#define IDC_REMOVE_FROM_FRENDLIST 1032
+#define IDC_REMOVE_FROM_CLIST 1033
// Next default values for new objects
//
|