summaryrefslogtreecommitdiff
path: root/include/m_message.h
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2018-05-22 14:34:09 +0300
committerGeorge Hazan <ghazan@miranda.im>2018-05-22 14:34:09 +0300
commite32d1f001fd799cf3c21b663ce954cdf3d7109b4 (patch)
tree8b551d27daebead0d90429ddf2f163d18cbf3604 /include/m_message.h
parent775290b963def8a8f4ed9ec50e86f8d3ca438c46 (diff)
Srmm_AddIcon unbound from hLangpack
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 7c33127ce9..02b232429b 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 _hLang = hLangpack);
+EXTERN_C MIR_APP_DLL(int) Srmm_AddIcon(StatusIconData *sid, int langId);
// removes an icon
EXTERN_C MIR_APP_DLL(void) Srmm_RemoveIcon(const char *szProto, DWORD iconId);