diff options
author | MikalaiR <nikolay.romanovich@narod.ru> | 2015-04-28 14:44:38 +0000 |
---|---|---|
committer | MikalaiR <nikolay.romanovich@narod.ru> | 2015-04-28 14:44:38 +0000 |
commit | 5d45f1a869d63df95cd46c3e1dbb3d8d684565d7 (patch) | |
tree | 26c69166373350e6dca1e6a1f04370fef24186d7 /protocols/SkypeWeb/res | |
parent | f488455e4071bce88afd8a576f23d88fb3b77be9 (diff) |
SkypeWeb: Block/Unblock icons (thx dracosha).
git-svn-id: http://svn.miranda-ng.org/main/trunk@13227 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
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
/////////////////////////////////////////////////////////////////////////////
|