From 6a53de3a1f093a92126c0a86ec5f7ad52e3caf15 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sat, 13 Mar 2021 17:50:26 +0300 Subject: Group chats API: - for #2574: fixes icons problem after unloading tabSRMM; - status icons extracted to the separate array; - another group chat icons are hidden completely to restrict access to them --- src/core/stdmsg/res/1.ico | Bin 502 -> 0 bytes src/core/stdmsg/res/2.ico | Bin 502 -> 0 bytes src/core/stdmsg/res/3.ico | Bin 502 -> 0 bytes src/core/stdmsg/res/4.ico | Bin 502 -> 0 bytes src/core/stdmsg/res/5.ico | Bin 502 -> 0 bytes src/core/stdmsg/res/6.ico | Bin 502 -> 0 bytes src/core/stdmsg/res/resource.rc | 12 ------------ 7 files changed, 12 deletions(-) delete mode 100644 src/core/stdmsg/res/1.ico delete mode 100644 src/core/stdmsg/res/2.ico delete mode 100644 src/core/stdmsg/res/3.ico delete mode 100644 src/core/stdmsg/res/4.ico delete mode 100644 src/core/stdmsg/res/5.ico delete mode 100644 src/core/stdmsg/res/6.ico (limited to 'src/core/stdmsg/res') diff --git a/src/core/stdmsg/res/1.ico b/src/core/stdmsg/res/1.ico deleted file mode 100644 index 61fa00e172..0000000000 Binary files a/src/core/stdmsg/res/1.ico and /dev/null differ diff --git a/src/core/stdmsg/res/2.ico b/src/core/stdmsg/res/2.ico deleted file mode 100644 index 5c1dc06fbc..0000000000 Binary files a/src/core/stdmsg/res/2.ico and /dev/null differ diff --git a/src/core/stdmsg/res/3.ico b/src/core/stdmsg/res/3.ico deleted file mode 100644 index f103719b68..0000000000 Binary files a/src/core/stdmsg/res/3.ico and /dev/null differ diff --git a/src/core/stdmsg/res/4.ico b/src/core/stdmsg/res/4.ico deleted file mode 100644 index 47d8f35fe2..0000000000 Binary files a/src/core/stdmsg/res/4.ico and /dev/null differ diff --git a/src/core/stdmsg/res/5.ico b/src/core/stdmsg/res/5.ico deleted file mode 100644 index 7008463787..0000000000 Binary files a/src/core/stdmsg/res/5.ico and /dev/null differ diff --git a/src/core/stdmsg/res/6.ico b/src/core/stdmsg/res/6.ico deleted file mode 100644 index 8a681faeb7..0000000000 Binary files a/src/core/stdmsg/res/6.ico and /dev/null differ diff --git a/src/core/stdmsg/res/resource.rc b/src/core/stdmsg/res/resource.rc index d7cc7e427b..752f5c20a8 100644 --- a/src/core/stdmsg/res/resource.rc +++ b/src/core/stdmsg/res/resource.rc @@ -461,18 +461,6 @@ IDI_NICKLIST ICON "nicklist.ico" IDI_BLANK ICON "blank.ico" -IDI_STATUS3 ICON "4.ico" - -IDI_STATUS2 ICON "3.ico" - -IDI_STATUS4 ICON "5.ico" - -IDI_STATUS1 ICON "2.ico" - -IDI_STATUS0 ICON "1.ico" - -IDI_STATUS5 ICON "6.ico" - IDI_CLOSE ICON "close.ico" IDI_OVERLAY ICON "overlay.ico" -- cgit v1.2.3