diff options
author | MikalaiR <nikolay.romanovich@narod.ru> | 2015-04-30 13:11:42 +0000 |
---|---|---|
committer | MikalaiR <nikolay.romanovich@narod.ru> | 2015-04-30 13:11:42 +0000 |
commit | ea9403c8ff0b188f74f0fe2d101c4497485dbdaa (patch) | |
tree | a1a5bbf8b485dc1a440bdfc9c55402a949daab4c /protocols/SkypeWeb/res | |
parent | 2aa1775c7bbba890746d13aa155c77a781304f7a (diff) |
SkypeWeb: Notification on incoming call.
git-svn-id: http://svn.miranda-ng.org/main/trunk@13289 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/SkypeWeb/res')
-rw-r--r-- | protocols/SkypeWeb/res/resource.rc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/SkypeWeb/res/resource.rc b/protocols/SkypeWeb/res/resource.rc index 822b053251..81199001e7 100644 --- a/protocols/SkypeWeb/res/resource.rc +++ b/protocols/SkypeWeb/res/resource.rc @@ -31,6 +31,7 @@ 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"
+IDI_CALL ICON "Icons\\call.ico"
#endif // Нейтральный (по умолчанию) resources
/////////////////////////////////////////////////////////////////////////////
|