From 295ca5e99da922699f1bae398f0411f0c99df5f6 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 22 May 2018 14:39:54 +0300 Subject: Srmm_AddButton unbound from hLangpack --- include/m_message.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/m_message.h b/include/m_message.h index 02b232429b..ad1685de27 100644 --- a/include/m_message.h +++ b/include/m_message.h @@ -241,7 +241,7 @@ struct BBButton // adds a new toolbar button // returns button's handle on success or NULL otherwise -EXTERN_C MIR_APP_DLL(HANDLE) Srmm_AddButton(const BBButton *bbdi, int = hLangpack); +EXTERN_C MIR_APP_DLL(HANDLE) Srmm_AddButton(const BBButton *bbdi, int langId); // modifies the existing toolbar button // returns 0 on success and nonzero value otherwise -- cgit v1.2.3