summaryrefslogtreecommitdiff
path: root/include/m_message.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/m_message.h')
-rw-r--r--include/m_message.h2
1 files changed, 1 insertions, 1 deletions
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