diff options
author | George Hazan <ghazan@miranda.im> | 2021-03-13 17:50:26 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2021-03-13 17:50:26 +0300 |
commit | 6a53de3a1f093a92126c0a86ec5f7ad52e3caf15 (patch) | |
tree | 1ad2a8af28b31966d67da9cea875e7a7c2b9025e /plugins/Scriver/res/resource.rc | |
parent | b10f9d1556172e721e5a0c345f67f4827408a6db (diff) |
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
Diffstat (limited to 'plugins/Scriver/res/resource.rc')
-rw-r--r-- | plugins/Scriver/res/resource.rc | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/plugins/Scriver/res/resource.rc b/plugins/Scriver/res/resource.rc index 51cf4dac29..4164a6a1af 100644 --- a/plugins/Scriver/res/resource.rc +++ b/plugins/Scriver/res/resource.rc @@ -502,18 +502,6 @@ IDI_FILTER ICON "chat/filter.ico" IDI_NICKLIST ICON "chat/nicklist.ico"
-IDI_STATUS3 ICON "chat/4.ico"
-
-IDI_STATUS2 ICON "chat/3.ico"
-
-IDI_STATUS4 ICON "chat/5.ico"
-
-IDI_STATUS1 ICON "chat/2.ico"
-
-IDI_STATUS0 ICON "chat/1.ico"
-
-IDI_STATUS5 ICON "chat/6.ico"
-
IDI_OVERLAY ICON "chat/overlay.ico"
IDI_NICKLIST2 ICON "chat/nicklist2.ico"
|