diff options
author | MikalaiR <nikolay.romanovich@narod.ru> | 2015-05-09 09:02:20 +0000 |
---|---|---|
committer | MikalaiR <nikolay.romanovich@narod.ru> | 2015-05-09 09:02:20 +0000 |
commit | f0ecf7f0fba6e1e2722bb26ecd74905f10f459b3 (patch) | |
tree | c8b5964f020c99c3e16e6bca65a6ee5a83ebd5b1 /protocols/SkypeWeb/res/resource.rc | |
parent | b9b6948148b24c5062a1646949477b04a697ce52 (diff) |
SkypeWeb: Error & action icons (thx dracosha).
git-svn-id: http://svn.miranda-ng.org/main/trunk@13490 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/SkypeWeb/res/resource.rc')
-rw-r--r-- | protocols/SkypeWeb/res/resource.rc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/protocols/SkypeWeb/res/resource.rc b/protocols/SkypeWeb/res/resource.rc index a111e51824..ec5222a4a8 100644 --- a/protocols/SkypeWeb/res/resource.rc +++ b/protocols/SkypeWeb/res/resource.rc @@ -33,6 +33,8 @@ 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"
+IDI_ACTION_ME ICON "Icons\\me.ico"
+IDI_ERRORICON ICON "Icons\\error.ico"
#endif // Нейтральный (по умолчанию) resources
/////////////////////////////////////////////////////////////////////////////
|