diff options
| author | George Hazan <george.hazan@gmail.com> | 2025-03-04 18:22:45 +0300 |
|---|---|---|
| committer | George Hazan <george.hazan@gmail.com> | 2025-03-04 18:22:45 +0300 |
| commit | e481614f93972d2e831150fcc67550185a1e9c70 (patch) | |
| tree | ba937fd920f459131c3297d6697d425f8e795d49 | |
| parent | aef20adc236f510617d9a4426977db25e7b26a3e (diff) | |
fixes #4903 (Steam: заменить значок FFC на Invisible)
| -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
//
|
