diff options
Diffstat (limited to 'protocols/SkypeWeb/res')
-rw-r--r-- | protocols/SkypeWeb/res/Icons/user_block.ico | bin | 0 -> 1150 bytes | |||
-rw-r--r-- | protocols/SkypeWeb/res/Icons/user_unblock.ico | bin | 0 -> 1150 bytes | |||
-rw-r--r-- | protocols/SkypeWeb/res/resource.rc | 4 |
3 files changed, 3 insertions, 1 deletions
diff --git a/protocols/SkypeWeb/res/Icons/user_block.ico b/protocols/SkypeWeb/res/Icons/user_block.ico Binary files differnew file mode 100644 index 0000000000..1adf67eee2 --- /dev/null +++ b/protocols/SkypeWeb/res/Icons/user_block.ico diff --git a/protocols/SkypeWeb/res/Icons/user_unblock.ico b/protocols/SkypeWeb/res/Icons/user_unblock.ico Binary files differnew file mode 100644 index 0000000000..d983a7cde5 --- /dev/null +++ b/protocols/SkypeWeb/res/Icons/user_unblock.ico diff --git a/protocols/SkypeWeb/res/resource.rc b/protocols/SkypeWeb/res/resource.rc index 79ff5df4d3..822b053251 100644 --- a/protocols/SkypeWeb/res/resource.rc +++ b/protocols/SkypeWeb/res/resource.rc @@ -26,9 +26,11 @@ 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_SKYPE ICON "Icons\\skype.ico"
IDI_CONFERENCE ICON "Icons\\conference.ico"
IDI_SYNCHISTORY ICON "Icons\\sync_history.ico"
+IDI_BLOCKUSER ICON "Icons\\user_block.ico"
+IDI_UNBLOCKUSER ICON "Icons\\user_unblock.ico"
#endif // Нейтральный (по умолчанию) resources
/////////////////////////////////////////////////////////////////////////////
|