diff options
author | MikalaiR <nikolay.romanovich@narod.ru> | 2015-04-28 14:44:38 +0000 |
---|---|---|
committer | MikalaiR <nikolay.romanovich@narod.ru> | 2015-04-28 14:44:38 +0000 |
commit | 5d45f1a869d63df95cd46c3e1dbb3d8d684565d7 (patch) | |
tree | 26c69166373350e6dca1e6a1f04370fef24186d7 /protocols/SkypeWeb/src/resource.h | |
parent | f488455e4071bce88afd8a576f23d88fb3b77be9 (diff) |
SkypeWeb: Block/Unblock icons (thx dracosha).
git-svn-id: http://svn.miranda-ng.org/main/trunk@13227 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/SkypeWeb/src/resource.h')
-rw-r--r-- | protocols/SkypeWeb/src/resource.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/protocols/SkypeWeb/src/resource.h b/protocols/SkypeWeb/src/resource.h index db55d16082..cc6ecaf79b 100644 --- a/protocols/SkypeWeb/src/resource.h +++ b/protocols/SkypeWeb/src/resource.h @@ -14,6 +14,8 @@ #define IDD_GC_INVITE 112
#define IDI_CONFERENCE 114
#define IDI_SYNCHISTORY 117
+#define IDI_BLOCKUSER 118
+#define IDI_UNBLOCKUSER 119
#define IDC_AUTOSYNC 1028
#define IDC_LOCALTIME 1029
#define IDC_RADIO1 1030
@@ -30,7 +32,7 @@ //
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
-#define _APS_NEXT_RESOURCE_VALUE 119
+#define _APS_NEXT_RESOURCE_VALUE 120
#define _APS_NEXT_COMMAND_VALUE 40001
#define _APS_NEXT_CONTROL_VALUE 1042
#define _APS_NEXT_SYMED_VALUE 101
|