diff options
author | George Hazan <ghazan@miranda.im> | 2018-05-22 14:39:54 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-05-22 14:39:54 +0300 |
commit | 295ca5e99da922699f1bae398f0411f0c99df5f6 (patch) | |
tree | 7505f6707af6d9c6d75b037a6df35e8f1b61cb25 /plugins/PasteIt/src | |
parent | e32d1f001fd799cf3c21b663ce954cdf3d7109b4 (diff) |
Srmm_AddButton unbound from hLangpack
Diffstat (limited to 'plugins/PasteIt/src')
-rw-r--r-- | plugins/PasteIt/src/PasteIt.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/PasteIt/src/PasteIt.cpp b/plugins/PasteIt/src/PasteIt.cpp index eaa8dea1e5..390e43b74a 100644 --- a/plugins/PasteIt/src/PasteIt.cpp +++ b/plugins/PasteIt/src/PasteIt.cpp @@ -316,7 +316,7 @@ static void InitTabsrmmButton() btn.hIcon = iconList[0].hIcolib;
btn.bbbFlags = BBBF_ISARROWBUTTON | BBBF_ISIMBUTTON | BBBF_CANBEHIDDEN | BBBF_ISCHATBUTTON;
btn.pwszTooltip = TranslateT("Paste It");
- Srmm_AddButton(&btn);
+ Srmm_AddButton(&btn, g_plugin.m_hLang);
if (hTabsrmmButtonPressed != nullptr)
UnhookEvent(hTabsrmmButtonPressed);
|