From 075b3c966ca40a1020614d5388f9efc02ee72e32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20P=C3=B6sel?= Date: Tue, 9 Dec 2014 17:40:41 +0000 Subject: Proto_Steam: Added missing status icons git-svn-id: http://svn.miranda-ng.org/main/trunk@11305 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/Steam/proto_steam/res/FFC.ico | Bin 0 -> 5430 bytes protocols/Steam/proto_steam/res/Lunch.ico | Bin 0 -> 5430 bytes protocols/Steam/proto_steam/res/NA.ico | Bin 0 -> 5430 bytes protocols/Steam/proto_steam/res/Out2Lunch.ico | Bin 5430 -> 0 bytes protocols/Steam/proto_steam/res/Phone.ico | Bin 0 -> 5430 bytes protocols/Steam/proto_steam/res/Proto_Steam.rc | 7 +++++-- 6 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 protocols/Steam/proto_steam/res/FFC.ico create mode 100644 protocols/Steam/proto_steam/res/Lunch.ico create mode 100644 protocols/Steam/proto_steam/res/NA.ico delete mode 100644 protocols/Steam/proto_steam/res/Out2Lunch.ico create mode 100644 protocols/Steam/proto_steam/res/Phone.ico (limited to 'protocols/Steam/proto_steam/res') diff --git a/protocols/Steam/proto_steam/res/FFC.ico b/protocols/Steam/proto_steam/res/FFC.ico new file mode 100644 index 0000000000..1e8b4f3bad Binary files /dev/null and b/protocols/Steam/proto_steam/res/FFC.ico differ diff --git a/protocols/Steam/proto_steam/res/Lunch.ico b/protocols/Steam/proto_steam/res/Lunch.ico new file mode 100644 index 0000000000..3bf1b3fe40 Binary files /dev/null and b/protocols/Steam/proto_steam/res/Lunch.ico differ diff --git a/protocols/Steam/proto_steam/res/NA.ico b/protocols/Steam/proto_steam/res/NA.ico new file mode 100644 index 0000000000..72fe2a6c32 Binary files /dev/null and b/protocols/Steam/proto_steam/res/NA.ico differ diff --git a/protocols/Steam/proto_steam/res/Out2Lunch.ico b/protocols/Steam/proto_steam/res/Out2Lunch.ico deleted file mode 100644 index 3bf1b3fe40..0000000000 Binary files a/protocols/Steam/proto_steam/res/Out2Lunch.ico and /dev/null differ diff --git a/protocols/Steam/proto_steam/res/Phone.ico b/protocols/Steam/proto_steam/res/Phone.ico new file mode 100644 index 0000000000..6ef180a87a Binary files /dev/null and b/protocols/Steam/proto_steam/res/Phone.ico differ diff --git a/protocols/Steam/proto_steam/res/Proto_Steam.rc b/protocols/Steam/proto_steam/res/Proto_Steam.rc index e45d0085aa..68b8b58b2e 100644 --- a/protocols/Steam/proto_steam/res/Proto_Steam.rc +++ b/protocols/Steam/proto_steam/res/Proto_Steam.rc @@ -54,8 +54,11 @@ END IDI_ICON1 ICON "Offline.ico" IDI_ICON2 ICON "Online.ico" IDI_ICON3 ICON "Away.ico" -IDI_ICON4 ICON "DND.ico" -IDI_ICON5 ICON "Out2Lunch.ico" +IDI_ICON5 ICON "NA.ico" +IDI_ICON6 ICON "DND.ico" +IDI_ICON8 ICON "Lunch.ico" +IDI_ICON9 ICON "Phone.ico" +IDI_ICON10 ICON "FFC.ico" #endif // Russian (Russia) resources ///////////////////////////////////////////////////////////////////////////// -- cgit v1.2.3