diff options
author | George Hazan <george.hazan@gmail.com> | 2024-03-06 17:19:29 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2024-03-06 17:19:29 +0300 |
commit | 63ccf9482d4328cbbcf597c137954211f7bd24c2 (patch) | |
tree | f59de19f7c843eb4217a82dab3ba972f800e7748 /plugins/Msg_Export/res | |
parent | 9e87a0d2f319f87d7edf65db8baba9dae1b8862b (diff) |
Msg_Export: unused icons removed
Diffstat (limited to 'plugins/Msg_Export/res')
-rw-r--r-- | plugins/Msg_Export/res/notick.ico | bin | 1150 -> 0 bytes | |||
-rw-r--r-- | plugins/Msg_Export/res/resource.rc | 6 | ||||
-rw-r--r-- | plugins/Msg_Export/res/tick.ico | bin | 1150 -> 0 bytes |
3 files changed, 1 insertions, 5 deletions
diff --git a/plugins/Msg_Export/res/notick.ico b/plugins/Msg_Export/res/notick.ico Binary files differdeleted file mode 100644 index 7f93490642..0000000000 --- a/plugins/Msg_Export/res/notick.ico +++ /dev/null diff --git a/plugins/Msg_Export/res/resource.rc b/plugins/Msg_Export/res/resource.rc index d9869428a6..2c9a4b412e 100644 --- a/plugins/Msg_Export/res/resource.rc +++ b/plugins/Msg_Export/res/resource.rc @@ -198,11 +198,7 @@ END // Icon with lowest ID value placed first to ensure application icon
// remains consistent on all systems.
-IDI_EXPORT_MESSAGE ICON "export_m.ico"
-
-IDI_TICK ICON "tick.ico"
-
-IDI_NOTICK ICON "notick.ico"
+IDI_MAIN ICON "export_m.ico"
/////////////////////////////////////////////////////////////////////////////
diff --git a/plugins/Msg_Export/res/tick.ico b/plugins/Msg_Export/res/tick.ico Binary files differdeleted file mode 100644 index 609504d614..0000000000 --- a/plugins/Msg_Export/res/tick.ico +++ /dev/null |