diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/m_message.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/m_message.h b/include/m_message.h index d21bed5c7c..7c33127ce9 100644 --- a/include/m_message.h +++ b/include/m_message.h @@ -240,8 +240,8 @@ struct BBButton };
// adds a new toolbar button
-// returns 0 on success and nonzero value otherwise
-EXTERN_C MIR_APP_DLL(int) Srmm_AddButton(const BBButton *bbdi, int = hLangpack);
+// returns button's handle on success or NULL otherwise
+EXTERN_C MIR_APP_DLL(HANDLE) Srmm_AddButton(const BBButton *bbdi, int = hLangpack);
// modifies the existing toolbar button
// returns 0 on success and nonzero value otherwise
|