diff options
author | Robert Pösel <robyer@seznam.cz> | 2014-12-09 17:40:41 +0000 |
---|---|---|
committer | Robert Pösel <robyer@seznam.cz> | 2014-12-09 17:40:41 +0000 |
commit | 075b3c966ca40a1020614d5388f9efc02ee72e32 (patch) | |
tree | 175dff10bb9ba9ae7b3c703c12231dfbe4c5af4e /protocols | |
parent | b479a5be6d8f3a0496b5555cae972c1cf695b0fb (diff) |
Proto_Steam: Added missing status icons
git-svn-id: http://svn.miranda-ng.org/main/trunk@11305 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols')
-rw-r--r-- | protocols/Steam/proto_steam/res/FFC.ico | bin | 0 -> 5430 bytes | |||
-rw-r--r-- | protocols/Steam/proto_steam/res/Lunch.ico (renamed from protocols/Steam/proto_steam/res/Out2Lunch.ico) | bin | 5430 -> 5430 bytes | |||
-rw-r--r-- | protocols/Steam/proto_steam/res/NA.ico | bin | 0 -> 5430 bytes | |||
-rw-r--r-- | protocols/Steam/proto_steam/res/Phone.ico | bin | 0 -> 5430 bytes | |||
-rw-r--r-- | protocols/Steam/proto_steam/res/Proto_Steam.rc | 7 | ||||
-rw-r--r-- | protocols/Steam/proto_steam/src/resource.h | 7 |
6 files changed, 10 insertions, 4 deletions
diff --git a/protocols/Steam/proto_steam/res/FFC.ico b/protocols/Steam/proto_steam/res/FFC.ico Binary files differnew file mode 100644 index 0000000000..1e8b4f3bad --- /dev/null +++ b/protocols/Steam/proto_steam/res/FFC.ico diff --git a/protocols/Steam/proto_steam/res/Out2Lunch.ico b/protocols/Steam/proto_steam/res/Lunch.ico Binary files differindex 3bf1b3fe40..3bf1b3fe40 100644 --- a/protocols/Steam/proto_steam/res/Out2Lunch.ico +++ b/protocols/Steam/proto_steam/res/Lunch.ico diff --git a/protocols/Steam/proto_steam/res/NA.ico b/protocols/Steam/proto_steam/res/NA.ico Binary files differnew file mode 100644 index 0000000000..72fe2a6c32 --- /dev/null +++ b/protocols/Steam/proto_steam/res/NA.ico diff --git a/protocols/Steam/proto_steam/res/Phone.ico b/protocols/Steam/proto_steam/res/Phone.ico Binary files differnew file mode 100644 index 0000000000..6ef180a87a --- /dev/null +++ b/protocols/Steam/proto_steam/res/Phone.ico 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
/////////////////////////////////////////////////////////////////////////////
diff --git a/protocols/Steam/proto_steam/src/resource.h b/protocols/Steam/proto_steam/src/resource.h index a728ea6e15..70b1314876 100644 --- a/protocols/Steam/proto_steam/src/resource.h +++ b/protocols/Steam/proto_steam/src/resource.h @@ -5,8 +5,11 @@ #define IDI_ICON1 105
#define IDI_ICON2 104
#define IDI_ICON3 128
-#define IDI_ICON4 158
-#define IDI_ICON5 1003
+#define IDI_ICON5 131
+#define IDI_ICON6 158
+#define IDI_ICON8 1003
+#define IDI_ICON9 1002
+#define IDI_ICON10 129
// Next default values for new objects
//
|