From febfd5c9c32c8351762d513488d07d830c8d190f Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Wed, 16 Oct 2013 17:36:39 +0000 Subject: Away icon removed from VK iconpack git-svn-id: http://svn.miranda-ng.org/main/trunk@6507 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/VKontakte/proto_vkontakte/res/Away.ico | Bin 5430 -> 0 bytes .../VKontakte/proto_vkontakte/res/Proto_VKontakte.rc | 3 +-- protocols/VKontakte/proto_vkontakte/src/resource.h | 3 +-- 3 files changed, 2 insertions(+), 4 deletions(-) delete mode 100644 protocols/VKontakte/proto_vkontakte/res/Away.ico (limited to 'protocols/VKontakte/proto_vkontakte') diff --git a/protocols/VKontakte/proto_vkontakte/res/Away.ico b/protocols/VKontakte/proto_vkontakte/res/Away.ico deleted file mode 100644 index 96041b79aa..0000000000 Binary files a/protocols/VKontakte/proto_vkontakte/res/Away.ico and /dev/null differ diff --git a/protocols/VKontakte/proto_vkontakte/res/Proto_VKontakte.rc b/protocols/VKontakte/proto_vkontakte/res/Proto_VKontakte.rc index 7cd2882d24..4acf411df3 100644 --- a/protocols/VKontakte/proto_vkontakte/res/Proto_VKontakte.rc +++ b/protocols/VKontakte/proto_vkontakte/res/Proto_VKontakte.rc @@ -53,8 +53,7 @@ END // remains consistent on all systems. IDI_ICON1 ICON "Offline.ico" IDI_ICON2 ICON "Online.ico" -IDI_ICON3 ICON "Away.ico" -IDI_ICON4 ICON "Invisible.ico" +IDI_ICON3 ICON "Invisible.ico" #endif // Russian (Russia) resources ///////////////////////////////////////////////////////////////////////////// diff --git a/protocols/VKontakte/proto_vkontakte/src/resource.h b/protocols/VKontakte/proto_vkontakte/src/resource.h index cf3d7b5899..5e2a03fbca 100644 --- a/protocols/VKontakte/proto_vkontakte/src/resource.h +++ b/protocols/VKontakte/proto_vkontakte/src/resource.h @@ -4,8 +4,7 @@ // #define IDI_ICON1 105 #define IDI_ICON2 104 -#define IDI_ICON3 128 -#define IDI_ICON4 130 +#define IDI_ICON3 130 // Next default values for new objects // -- cgit v1.2.3