diff options
author | Sergey Bolhovskoy <elzorfox@ya.ru> | 2014-10-08 06:54:36 +0000 |
---|---|---|
committer | Sergey Bolhovskoy <elzorfox@ya.ru> | 2014-10-08 06:54:36 +0000 |
commit | de6bb955236c585b31d1a8594903e67f082de4fd (patch) | |
tree | 926c8b778405999155cbea52301a7d6a30f8b8dd /protocols/VKontakte/src/resource.h | |
parent | b375908654e3fee96d9f16ac65ba502613556e39 (diff) |
VKontakte:
remove unneeded code
add icons for popups, menu and statusbar
git-svn-id: http://svn.miranda-ng.org/main/trunk@10740 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/VKontakte/src/resource.h')
-rw-r--r-- | protocols/VKontakte/src/resource.h | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/protocols/VKontakte/src/resource.h b/protocols/VKontakte/src/resource.h index 33e7184d77..9227d9f0f6 100644 --- a/protocols/VKontakte/src/resource.h +++ b/protocols/VKontakte/src/resource.h @@ -7,6 +7,14 @@ #define IDD_OPT_MAIN 103
#define IDD_INVITE 104
#define IDD_GC_CREATE 105
+#define IDI_NOTIFICATION 109
+#define IDI_FRIENDADD 110
+#define IDI_BAN 111
+#define IDI_FRIENDDEL 112
+#define IDI_READMSG 113
+#define IDI_ABUSE 114
+#define IDI_VISITPROFILE 115
+#define IDI_HISTORY 116
#define IDI_KEYS 203
#define IDC_LOGIN 1001
#define IDC_PASSWORD 1002
@@ -39,7 +47,7 @@ #ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NO_MFC 1
-#define _APS_NEXT_RESOURCE_VALUE 108
+#define _APS_NEXT_RESOURCE_VALUE 117
#define _APS_NEXT_COMMAND_VALUE 40001
#define _APS_NEXT_CONTROL_VALUE 1030
#define _APS_NEXT_SYMED_VALUE 101
|