diff options
author | George Hazan <george.hazan@gmail.com> | 2024-10-04 20:05:48 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2024-10-04 20:05:48 +0300 |
commit | 831e8eece6de0d6939e3ef593a83687a39df24d3 (patch) | |
tree | 60121ee8e174d6d29c7037703b1f45d0649734f3 /plugins/TabSRMM/src | |
parent | b35fc72bfb45a527d4c8b181019ab38cd3d813aa (diff) |
we don't need this icon either
Diffstat (limited to 'plugins/TabSRMM/src')
-rw-r--r-- | plugins/TabSRMM/src/msgs.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/TabSRMM/src/msgs.cpp b/plugins/TabSRMM/src/msgs.cpp index 25b2e9c06a..ec90150725 100644 --- a/plugins/TabSRMM/src/msgs.cpp +++ b/plugins/TabSRMM/src/msgs.cpp @@ -442,7 +442,6 @@ void TSAPI CreateImageList(bool bInitial) static TIconDesc _toolbaricons[] =
{
{ "tabSRMM_mlog", LPGEN("Message Log options"), 0, -IDI_MSGLOGOPT, 1 }, // 2
- { "tabSRMM_multi", LPGEN("Image tag"), 0, -IDI_IMAGETAG, 1 },
{ "tabSRMM_quote", LPGEN("Quote text"), 0, -IDI_QUOTE, 1 },
{ "tabSRMM_save", LPGEN("Save and close"), &PluginConfig.g_buttonBarIcons[ICON_BUTTON_SAVE], -IDI_SAVE, 1 },
{ "tabSRMM_send", LPGEN("Send message"), &PluginConfig.g_buttonBarIcons[ICON_BUTTON_SEND], -IDI_SEND, 1 },
|