diff options
author | MikalaiR <nikolay.romanovich@narod.ru> | 2015-05-04 17:32:09 +0000 |
---|---|---|
committer | MikalaiR <nikolay.romanovich@narod.ru> | 2015-05-04 17:32:09 +0000 |
commit | 0eebc9b8a6eef4094adfa844b312083135c2971c (patch) | |
tree | f460968a8de6fff8f8f2e03edac86dd79730a457 /protocols/SkypeWeb/res | |
parent | c50f6ac60044734c71b6056379fce0c4cbdd52a8 (diff) |
SkypeWeb: Notification icon (thx dracosha).
git-svn-id: http://svn.miranda-ng.org/main/trunk@13430 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/SkypeWeb/res')
-rw-r--r-- | protocols/SkypeWeb/res/Icons/notify.ico | bin | 0 -> 5430 bytes | |||
-rw-r--r-- | protocols/SkypeWeb/res/resource.rc | 1 |
2 files changed, 1 insertions, 0 deletions
diff --git a/protocols/SkypeWeb/res/Icons/notify.ico b/protocols/SkypeWeb/res/Icons/notify.ico Binary files differnew file mode 100644 index 0000000000..06795690ed --- /dev/null +++ b/protocols/SkypeWeb/res/Icons/notify.ico diff --git a/protocols/SkypeWeb/res/resource.rc b/protocols/SkypeWeb/res/resource.rc index 46dcf9caef..d5e8e40afd 100644 --- a/protocols/SkypeWeb/res/resource.rc +++ b/protocols/SkypeWeb/res/resource.rc @@ -32,6 +32,7 @@ IDI_SYNCHISTORY ICON "Icons\\sync_history.ico" IDI_BLOCKUSER ICON "Icons\\user_block.ico"
IDI_UNBLOCKUSER ICON "Icons\\user_unblock.ico"
IDI_CALL ICON "Icons\\call.ico"
+IDI_NOTIFY ICON "Icons\\notify.ico"
#endif // Нейтральный (по умолчанию) resources
/////////////////////////////////////////////////////////////////////////////
|