diff options
author | MikalaiR <nikolay.romanovich@narod.ru> | 2015-04-30 13:11:42 +0000 |
---|---|---|
committer | MikalaiR <nikolay.romanovich@narod.ru> | 2015-04-30 13:11:42 +0000 |
commit | ea9403c8ff0b188f74f0fe2d101c4497485dbdaa (patch) | |
tree | a1a5bbf8b485dc1a440bdfc9c55402a949daab4c /protocols/SkypeWeb/src/resource.h | |
parent | 2aa1775c7bbba890746d13aa155c77a781304f7a (diff) |
SkypeWeb: Notification on incoming call.
git-svn-id: http://svn.miranda-ng.org/main/trunk@13289 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 cc6ecaf79b..58149ea76f 100644 --- a/protocols/SkypeWeb/src/resource.h +++ b/protocols/SkypeWeb/src/resource.h @@ -16,6 +16,7 @@ #define IDI_SYNCHISTORY 117
#define IDI_BLOCKUSER 118
#define IDI_UNBLOCKUSER 119
+#define IDI_CALL 120
#define IDC_AUTOSYNC 1028
#define IDC_LOCALTIME 1029
#define IDC_RADIO1 1030
@@ -32,7 +33,7 @@ //
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
-#define _APS_NEXT_RESOURCE_VALUE 120
+#define _APS_NEXT_RESOURCE_VALUE 121
#define _APS_NEXT_COMMAND_VALUE 40001
#define _APS_NEXT_CONTROL_VALUE 1042
#define _APS_NEXT_SYMED_VALUE 101
|