diff options
author | MikalaiR <nikolay.romanovich@narod.ru> | 2015-05-04 17:32:09 +0000 |
---|---|---|
committer | MikalaiR <nikolay.romanovich@narod.ru> | 2015-05-04 17:32:09 +0000 |
commit | 0eebc9b8a6eef4094adfa844b312083135c2971c (patch) | |
tree | f460968a8de6fff8f8f2e03edac86dd79730a457 /protocols/SkypeWeb/src/resource.h | |
parent | c50f6ac60044734c71b6056379fce0c4cbdd52a8 (diff) |
SkypeWeb: Notification icon (thx dracosha).
git-svn-id: http://svn.miranda-ng.org/main/trunk@13430 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/SkypeWeb/src/resource.h')
-rw-r--r-- | protocols/SkypeWeb/src/resource.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/protocols/SkypeWeb/src/resource.h b/protocols/SkypeWeb/src/resource.h index 58149ea76f..d997ad392a 100644 --- a/protocols/SkypeWeb/src/resource.h +++ b/protocols/SkypeWeb/src/resource.h @@ -17,6 +17,7 @@ #define IDI_BLOCKUSER 118
#define IDI_UNBLOCKUSER 119
#define IDI_CALL 120
+#define IDI_NOTIFY 121
#define IDC_AUTOSYNC 1028
#define IDC_LOCALTIME 1029
#define IDC_RADIO1 1030
@@ -33,7 +34,7 @@ //
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
-#define _APS_NEXT_RESOURCE_VALUE 121
+#define _APS_NEXT_RESOURCE_VALUE 122
#define _APS_NEXT_COMMAND_VALUE 40001
#define _APS_NEXT_CONTROL_VALUE 1042
#define _APS_NEXT_SYMED_VALUE 101
|