summaryrefslogtreecommitdiff
path: root/plugins/UserInfoEx/src/Flags/svc_flags.cpp
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2018-05-22 14:34:09 +0300
committerGeorge Hazan <ghazan@miranda.im>2018-05-22 14:34:09 +0300
commite32d1f001fd799cf3c21b663ce954cdf3d7109b4 (patch)
tree8b551d27daebead0d90429ddf2f163d18cbf3604 /plugins/UserInfoEx/src/Flags/svc_flags.cpp
parent775290b963def8a8f4ed9ec50e86f8d3ca438c46 (diff)
Srmm_AddIcon unbound from hLangpack
Diffstat (limited to 'plugins/UserInfoEx/src/Flags/svc_flags.cpp')
-rw-r--r--plugins/UserInfoEx/src/Flags/svc_flags.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/UserInfoEx/src/Flags/svc_flags.cpp b/plugins/UserInfoEx/src/Flags/svc_flags.cpp
index dcbf1af0c5..972e4d5214 100644
--- a/plugins/UserInfoEx/src/Flags/svc_flags.cpp
+++ b/plugins/UserInfoEx/src/Flags/svc_flags.cpp
@@ -238,7 +238,7 @@ void SvcFlagsOnModulesLoaded()
sid.szModule = MODNAMEFLAGS;
if (!g_bShowStatusIconFlag)
sid.flags = MBF_HIDDEN;
- Srmm_AddIcon(&sid);
+ Srmm_AddIcon(&sid, g_plugin.m_hLang);
HookEvent(ME_DB_CONTACT_SETTINGCHANGED, OnContactSettingChanged);
HookEvent(ME_CLIST_EXTRA_IMAGE_APPLY, OnCListApplyIcons);