From 3b44da50baf9b321f040c5e5b5b0d7fb12ab7d5f Mon Sep 17 00:00:00 2001 From: George Hazan Date: Thu, 8 Dec 2016 19:48:45 +0300 Subject: fix for dynamically created toolbar icons in Actman --- plugins/ExternalAPI/delphi/m_msg_buttonsbar.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/ExternalAPI') diff --git a/plugins/ExternalAPI/delphi/m_msg_buttonsbar.inc b/plugins/ExternalAPI/delphi/m_msg_buttonsbar.inc index 593773019a..58fa0bfa04 100644 --- a/plugins/ExternalAPI/delphi/m_msg_buttonsbar.inc +++ b/plugins/ExternalAPI/delphi/m_msg_buttonsbar.inc @@ -16,14 +16,14 @@ const // lParam = 0; // This event will be send after module loaded and after each toolbar reset // You should add your buttons on this event - ME_MSG_TOOLBARLOADED:PAnsiChar = 'TabSRMM/ButtonsBar/ModuleLoaded'; + ME_MSG_TOOLBARLOADED:PAnsiChar = 'SRMM/ButtonsBar/ModuleLoaded'; /////////////////////////////////////////////////// // ButtonClicked event // wParam = (HANDLE)hContact; // lParam = (CustomButtonClickData *)&CustomButtonClickData; // catch to show a popup menu, etc. - ME_MSG_BUTTONPRESSED:PAnsiChar = 'TabSRMM/ButtonsBar/ButtonPressed'; + ME_MSG_BUTTONPRESSED:PAnsiChar = 'SRMM/ButtonsBar/ButtonPressed'; //event flags BBCF_RIGHTBUTTON = 1; -- cgit v1.2.3