diff options
| -rw-r--r-- | protocols/Steam/proto_steam/res/FFC.ico | bin | 5430 -> 0 bytes | |||
| -rw-r--r-- | protocols/Steam/proto_steam/res/Invisible.ico | bin | 0 -> 5430 bytes | |||
| -rw-r--r-- | protocols/Steam/proto_steam/res/Proto_Steam.rc | 2 | ||||
| -rw-r--r-- | protocols/Steam/proto_steam/src/resource.h | 2 |
4 files changed, 2 insertions, 2 deletions
diff --git a/protocols/Steam/proto_steam/res/FFC.ico b/protocols/Steam/proto_steam/res/FFC.ico Binary files differdeleted file mode 100644 index 1e8b4f3bad..0000000000 --- a/protocols/Steam/proto_steam/res/FFC.ico +++ /dev/null diff --git a/protocols/Steam/proto_steam/res/Invisible.ico b/protocols/Steam/proto_steam/res/Invisible.ico Binary files differnew file mode 100644 index 0000000000..f920c04ed2 --- /dev/null +++ b/protocols/Steam/proto_steam/res/Invisible.ico diff --git a/protocols/Steam/proto_steam/res/Proto_Steam.rc b/protocols/Steam/proto_steam/res/Proto_Steam.rc index 00ad7ff43c..f6a19debab 100644 --- a/protocols/Steam/proto_steam/res/Proto_Steam.rc +++ b/protocols/Steam/proto_steam/res/Proto_Steam.rc @@ -54,9 +54,9 @@ END IDI_ICON1 ICON "Offline.ico"
IDI_ICON2 ICON "Online.ico"
IDI_ICON3 ICON "Away.ico"
+IDI_ICON4 ICON "Invisible.ico"
IDI_ICON5 ICON "NA.ico"
IDI_ICON6 ICON "DND.ico"
-IDI_ICON8 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 0ecf950bc3..d10257a496 100644 --- a/protocols/Steam/proto_steam/src/resource.h +++ b/protocols/Steam/proto_steam/src/resource.h @@ -5,9 +5,9 @@ #define IDI_ICON1 105
#define IDI_ICON2 104
#define IDI_ICON3 128
+#define IDI_ICON4 130
#define IDI_ICON5 131
#define IDI_ICON6 158
-#define IDI_ICON8 129
// Next default values for new objects
//
|
