diff options
author | ElzorFox <elzorfox@ya.ru> | 2017-09-19 13:44:36 +0500 |
---|---|---|
committer | ElzorFox <elzorfox@ya.ru> | 2017-09-19 13:45:19 +0500 |
commit | 73b122d495760172d7f380d783d17e1b36212282 (patch) | |
tree | cd4634fe9da43e16aef01ef1b615274a9fec542f /protocols/VKontakte/src/resource.h | |
parent | 7b91e481c58fdc8bca6619e3665bc1ded40b0200 (diff) |
VKontakte:
add removing from friendlist and clear server history on delete from Miranda clist
version bump
Diffstat (limited to 'protocols/VKontakte/src/resource.h')
-rw-r--r-- | protocols/VKontakte/src/resource.h | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/protocols/VKontakte/src/resource.h b/protocols/VKontakte/src/resource.h index 79b0cbb797..6fccad6815 100644 --- a/protocols/VKontakte/src/resource.h +++ b/protocols/VKontakte/src/resource.h @@ -25,6 +25,7 @@ #define IDI_WALL 121
#define IDI_MARKMESSAGESASREAD 122
#define IDD_OPT_MENU 122
+#define IDD_CONTACTDELETE 123
#define IDI_KEYS 203
#define IDC_LOGIN 1001
#define IDC_PASSWORD 1002
@@ -128,14 +129,18 @@ #define IDC_SENDVKURLSASATTACH 1111
#define IDC_LOADSENTATTACH 1112
#define IDC_ADD_MES_LINK_MES_ATT 1113
+#define IDC_STATIC_TXT 1114
+#define IDC_CH_REMOVE_FROM_FRIEND 1115
+#define IDC_CH_CLEARHISTORY 1116
// Next default values for new objects
+//
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NO_MFC 1
-#define _APS_NEXT_RESOURCE_VALUE 123
+#define _APS_NEXT_RESOURCE_VALUE 124
#define _APS_NEXT_COMMAND_VALUE 40001
-#define _APS_NEXT_CONTROL_VALUE 1114
+#define _APS_NEXT_CONTROL_VALUE 1116
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif
|