diff options
author | MikalaiR <nikolay.romanovich@narod.ru> | 2015-05-09 09:02:20 +0000 |
---|---|---|
committer | MikalaiR <nikolay.romanovich@narod.ru> | 2015-05-09 09:02:20 +0000 |
commit | f0ecf7f0fba6e1e2722bb26ecd74905f10f459b3 (patch) | |
tree | c8b5964f020c99c3e16e6bca65a6ee5a83ebd5b1 /protocols/SkypeWeb/src/resource.h | |
parent | b9b6948148b24c5062a1646949477b04a697ce52 (diff) |
SkypeWeb: Error & action icons (thx dracosha).
git-svn-id: http://svn.miranda-ng.org/main/trunk@13490 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 53db7f58e7..0e6ade4cb5 100644 --- a/protocols/SkypeWeb/src/resource.h +++ b/protocols/SkypeWeb/src/resource.h @@ -18,6 +18,8 @@ #define IDI_UNBLOCKUSER 119
#define IDI_CALL 120
#define IDI_NOTIFY 121
+#define IDI_ERRORICON 122
+#define IDI_ACTION_ME 123
#define IDC_AUTOSYNC 1028
#define IDC_LOCALTIME 1029
#define IDC_CLIST 1030
@@ -29,7 +31,7 @@ //
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
-#define _APS_NEXT_RESOURCE_VALUE 122
+#define _APS_NEXT_RESOURCE_VALUE 124
#define _APS_NEXT_COMMAND_VALUE 40001
#define _APS_NEXT_CONTROL_VALUE 1034
#define _APS_NEXT_SYMED_VALUE 101
|