summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2017-08-08 12:06:16 +0300
committerGeorge Hazan <ghazan@miranda.im>2017-08-08 12:06:16 +0300
commitfc8c1d39c4955db131d423a9930f5da878d10f9e (patch)
tree2d996549964d08f42570d654de026007266858e1 /include
parent3f679c2dd94700f4f47811512bae2e904c9a998c (diff)
nasty clutch removed, to be replaced with HookTemporaryEvent
Diffstat (limited to 'include')
-rw-r--r--include/m_message.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/m_message.h b/include/m_message.h
index d6a1ec0159..1af56057d0 100644
--- a/include/m_message.h
+++ b/include/m_message.h
@@ -271,6 +271,7 @@ EXTERN_C MIR_APP_DLL(void) Srmm_RedrawToolbarIcons(HWND hwndDlg);
// ToolBar loaded event
// This event will be send after module loaded and after each toolbar reset
// You should add your buttons on this event
+// NOTE: this event is temporary, you need to hook it using HookTemporaryEvent
#define ME_MSG_TOOLBARLOADED "SRMM/ButtonsBar/ModuleLoaded"
///////////////////////////////////////////////////////////////////////////////////////////////////////////////