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/res | |
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/res')
-rw-r--r-- | protocols/SkypeWeb/res/Icons/sync_history.ico | bin | 0 -> 1150 bytes | |||
-rw-r--r-- | protocols/SkypeWeb/res/resource.rc | 11 |
2 files changed, 2 insertions, 9 deletions
diff --git a/protocols/SkypeWeb/res/Icons/sync_history.ico b/protocols/SkypeWeb/res/Icons/sync_history.ico Binary files differnew file mode 100644 index 0000000000..6c50f8e285 --- /dev/null +++ b/protocols/SkypeWeb/res/Icons/sync_history.ico diff --git a/protocols/SkypeWeb/res/resource.rc b/protocols/SkypeWeb/res/resource.rc index 955a4076ab..caa92a47f0 100644 --- a/protocols/SkypeWeb/res/resource.rc +++ b/protocols/SkypeWeb/res/resource.rc @@ -27,6 +27,8 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_DEFAULT // Icon with lowest ID value placed first to ensure application icon
// remains consistent on all systems.
IDI_SKYPE ICON "icons\\skype.ico"
+IDI_CONFERENCE ICON "Icons\\conference.ico"
+IDI_SYNCHISTORY ICON "Icons\\sync_history.ico"
#endif // Нейтральный (по умолчанию) resources
/////////////////////////////////////////////////////////////////////////////
@@ -38,15 +40,6 @@ IDI_SKYPE ICON "icons\\skype.ico" LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT
#pragma code_page(1251)
-/////////////////////////////////////////////////////////////////////////////
-//
-// Icon
-//
-
-// Icon with lowest ID value placed first to ensure application icon
-// remains consistent on all systems.
-IDI_CONFERENCE ICON "Icons\\conference.ico"
-
#ifdef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
|