From f719c8b921c7a46b76453476204224d40c682914 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 11 Jul 2018 21:32:58 +0300 Subject: int hLangpack/m_hLang removed and replaced with HPLUGIN --- include/m_message.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/m_message.h') diff --git a/include/m_message.h b/include/m_message.h index 2af205867b..36cab96453 100644 --- a/include/m_message.h +++ b/include/m_message.h @@ -163,7 +163,7 @@ struct StatusIconData #define MBCF_RIGHTBUTTON 0x01 // if this flag is specified, the click was a right button - otherwize it was a left click // adds an icon -EXTERN_C MIR_APP_DLL(int) Srmm_AddIcon(StatusIconData *sid, int langId); +EXTERN_C MIR_APP_DLL(int) Srmm_AddIcon(StatusIconData *sid, HPLUGIN pPlugin); // removes an icon EXTERN_C MIR_APP_DLL(void) Srmm_RemoveIcon(const char *szProto, DWORD iconId); @@ -244,7 +244,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 langId); +EXTERN_C MIR_APP_DLL(HANDLE) Srmm_AddButton(const BBButton *bbdi, HPLUGIN); // modifies the existing toolbar button // returns 0 on success and nonzero value otherwise -- cgit v1.2.3