summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorTobias Weimer <wishmaster51@gmail.com>2021-07-02 09:39:51 +0200
committerGitHub <noreply@github.com>2021-07-02 09:39:51 +0200
commit75ba86d85ea8556b03879538ed91391890efd472 (patch)
treeb28cc95d438ef1c8e354450de69bea01164e1e60 /plugins
parentefafda766385c65c3a7acda23da67092b65e36eb (diff)
TabSRMM
Unify Icon categories
Diffstat (limited to 'plugins')
-rw-r--r--plugins/TabSRMM/src/chat_options.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/TabSRMM/src/chat_options.cpp b/plugins/TabSRMM/src/chat_options.cpp
index 8dc2d8a2b6..8521de32fa 100644
--- a/plugins/TabSRMM/src/chat_options.cpp
+++ b/plugins/TabSRMM/src/chat_options.cpp
@@ -206,8 +206,8 @@ static IconItem _logicons[] =
// add icons to the skinning module
void Chat_AddIcons(HINSTANCE hIconDll)
{
- Icon_Register(hIconDll, LPGEN("Message Sessions") "/" LPGEN("Group chat windows"), _icons, _countof(_icons), 0, &g_plugin);
- Icon_Register(hIconDll, LPGEN("Message Sessions") "/" LPGEN("Group chat log"), _logicons, _countof(_logicons), 0, &g_plugin);
+ Icon_Register(hIconDll, LPGEN("Messaging") "/" LPGEN("Group chat windows"), _icons, _countof(_icons), 0, &g_plugin);
+ Icon_Register(hIconDll, LPGEN("Messaging") "/" LPGEN("Group chat log"), _logicons, _countof(_logicons), 0, &g_plugin);
g_chatApi.MM_IconsChanged();
}