summaryrefslogtreecommitdiff
path: root/plugins/TabSRMM/src/chat
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2014-01-17 15:25:47 +0000
committerGeorge Hazan <george.hazan@gmail.com>2014-01-17 15:25:47 +0000
commit115f98866ceca0b37b9009f6bc1201f873cc5de4 (patch)
treed9ccf1a170af805ece2a2fdbd3a411ee86f2db59 /plugins/TabSRMM/src/chat
parent81cc0996f38dca205fe283e24d64df6e9cea7c10 (diff)
fix for late icons loading in tabSRMM
git-svn-id: http://svn.miranda-ng.org/main/trunk@7691 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/TabSRMM/src/chat')
-rw-r--r--plugins/TabSRMM/src/chat/options.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/TabSRMM/src/chat/options.cpp b/plugins/TabSRMM/src/chat/options.cpp
index 6b94c5d6e9..0aa3a65092 100644
--- a/plugins/TabSRMM/src/chat/options.cpp
+++ b/plugins/TabSRMM/src/chat/options.cpp
@@ -399,6 +399,7 @@ void Chat_AddIcons(void)
{
Icon_Register(g_hIconDLL, LPGEN("Message Sessions")"/"LPGEN("Group chat windows"), _icons, SIZEOF(_icons));
Icon_Register(g_hIconDLL, LPGEN("Message Sessions")"/"LPGEN("Group chat log"), _logicons, SIZEOF(_logicons));
+ pci->MM_IconsChanged();
}
/*