From de6bb955236c585b31d1a8594903e67f082de4fd Mon Sep 17 00:00:00 2001 From: Sergey Bolhovskoy Date: Wed, 8 Oct 2014 06:54:36 +0000 Subject: 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 --- protocols/VKontakte/src/resource.h | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'protocols/VKontakte/src/resource.h') 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 -- cgit v1.2.3