diff options
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
/////////////////////////////////////////////////////////////////////////////
//
|