diff options
author | George Hazan <ghazan@miranda.im> | 2017-11-02 20:40:32 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2017-11-02 20:40:32 +0300 |
commit | 5797a7f1443a3596017c7fa9b5a4815682ba3cec (patch) | |
tree | 3da2a13d60ac173d8e08fade0831252d36f6517c /include/m_message.h | |
parent | 8e436ee2cd6d226ba8c82f8493e77c66d3fb95da (diff) |
no need to wipe out toolbar buttons anymore
Diffstat (limited to 'include/m_message.h')
-rw-r--r-- | include/m_message.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/m_message.h b/include/m_message.h index 9c9e421f50..3b484a8cb0 100644 --- a/include/m_message.h +++ b/include/m_message.h @@ -228,7 +228,7 @@ struct StatusIconClickData struct BBButton
{
const char *pszModuleName; // module name without spaces and underline symbols (e.g. "tabsrmm")
- DWORD dwButtonID; // your button ID, will be combined with pszModuleName for storing settings, etc...
+ int dwButtonID; // your button ID, will be combined with pszModuleName for storing settings, etc...
const wchar_t *pwszText; // button's text, might be NULL
const wchar_t *pwszTooltip; // button's tooltip, might be NULL
|