diff options
author | MikalaiR <nikolay.romanovich@narod.ru> | 2015-04-24 17:41:55 +0000 |
---|---|---|
committer | MikalaiR <nikolay.romanovich@narod.ru> | 2015-04-24 17:41:55 +0000 |
commit | e2db2021203f6b6a5b3281bf843c8006f5e56c5a (patch) | |
tree | c4ea0ef2620866dd3b1da070cdcead7eaa5c1622 /protocols/SkypeWeb/src/resource.h | |
parent | 5e99ed218a9a8e1cf306d3f02e450832f17b48c6 (diff) |
SkypeWeb: SyncHistory icon changed (thx dracosha).
git-svn-id: http://svn.miranda-ng.org/main/trunk@13092 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 9712713f87..db55d16082 100644 --- a/protocols/SkypeWeb/src/resource.h +++ b/protocols/SkypeWeb/src/resource.h @@ -13,6 +13,7 @@ #define IDD_GC_CREATE 111
#define IDD_GC_INVITE 112
#define IDI_CONFERENCE 114
+#define IDI_SYNCHISTORY 117
#define IDC_AUTOSYNC 1028
#define IDC_LOCALTIME 1029
#define IDC_RADIO1 1030
@@ -29,7 +30,7 @@ //
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
-#define _APS_NEXT_RESOURCE_VALUE 115
+#define _APS_NEXT_RESOURCE_VALUE 119
#define _APS_NEXT_COMMAND_VALUE 40001
#define _APS_NEXT_CONTROL_VALUE 1042
#define _APS_NEXT_SYMED_VALUE 101
|