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/SmileyAdd/src | |
parent | e32d1f001fd799cf3c21b663ce954cdf3d7109b4 (diff) |
Srmm_AddButton unbound from hLangpack
Diffstat (limited to 'plugins/SmileyAdd/src')
-rw-r--r-- | plugins/SmileyAdd/src/dlgboxsubclass.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/SmileyAdd/src/dlgboxsubclass.cpp b/plugins/SmileyAdd/src/dlgboxsubclass.cpp index 674e311427..378a68688f 100644 --- a/plugins/SmileyAdd/src/dlgboxsubclass.cpp +++ b/plugins/SmileyAdd/src/dlgboxsubclass.cpp @@ -165,7 +165,7 @@ int SmileyButtonCreate(WPARAM, LPARAM) bbd.hIcon = IcoLib_GetIconHandle("SmileyAdd_ButtonSmiley");
bbd.bbbFlags = BBBF_ISIMBUTTON | BBBF_ISCHATBUTTON;
bbd.pszHotkey = desc.pszName;
- Srmm_AddButton(&bbd);
+ Srmm_AddButton(&bbd, g_plugin.m_hLang);
return 0;
}
|