summaryrefslogtreecommitdiff
path: root/plugins/MirOTR/src/svcs_srmm.cpp
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2018-05-22 14:39:54 +0300
committerGeorge Hazan <ghazan@miranda.im>2018-05-22 14:39:54 +0300
commit295ca5e99da922699f1bae398f0411f0c99df5f6 (patch)
tree7505f6707af6d9c6d75b037a6df35e8f1b61cb25 /plugins/MirOTR/src/svcs_srmm.cpp
parente32d1f001fd799cf3c21b663ce954cdf3d7109b4 (diff)
Srmm_AddButton unbound from hLangpack
Diffstat (limited to 'plugins/MirOTR/src/svcs_srmm.cpp')
-rw-r--r--plugins/MirOTR/src/svcs_srmm.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/MirOTR/src/svcs_srmm.cpp b/plugins/MirOTR/src/svcs_srmm.cpp
index 025d391f7d..db37ca4f6e 100644
--- a/plugins/MirOTR/src/svcs_srmm.cpp
+++ b/plugins/MirOTR/src/svcs_srmm.cpp
@@ -86,7 +86,7 @@ void SetEncryptionStatus(MCONTACT hContact, TrustLevel level)
int SVC_ButtonsBarLoaded(WPARAM, LPARAM)
{
- Srmm_AddButton(&OTRButton);
+ Srmm_AddButton(&OTRButton, g_plugin.m_hLang);
return 0;
}