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/CloudFile | |
parent | e32d1f001fd799cf3c21b663ce954cdf3d7109b4 (diff) |
Srmm_AddButton unbound from hLangpack
Diffstat (limited to 'plugins/CloudFile')
-rw-r--r-- | plugins/CloudFile/src/srmm.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/CloudFile/src/srmm.cpp b/plugins/CloudFile/src/srmm.cpp index fd90be1d6c..2690a97a28 100644 --- a/plugins/CloudFile/src/srmm.cpp +++ b/plugins/CloudFile/src/srmm.cpp @@ -11,7 +11,7 @@ int OnSrmmToolbarLoaded(WPARAM, LPARAM) bbd.hIcon = GetIconHandle(IDI_UPLOAD); bbd.dwButtonID = BBB_ID_FILE_SEND; bbd.dwDefPos = 100 + bbd.dwButtonID; - Srmm_AddButton(&bbd); + Srmm_AddButton(&bbd, g_plugin.m_hLang); return 0; } |