From 741732d2578caebd40446e221f5ee7f44330e907 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Thu, 5 Oct 2023 13:02:32 +0300 Subject: =?UTF-8?q?fixes=20#3701=20(tabSRMM:=20=D0=B2=20=D1=80=D0=B5=D0=B4?= =?UTF-8?q?=D0=B0=D0=BA=D1=82=D0=BE=D1=80=D0=B5=20=D0=BA=D0=BD=D0=BE=D0=BF?= =?UTF-8?q?=D0=BE=D0=BA=20=D0=BA=D1=80=D0=B8=D0=B2=D0=BE=20=D0=BE=D1=82?= =?UTF-8?q?=D0=BE=D0=B1=D1=80=D0=B0=D0=B6=D0=B0=D1=8E=D1=82=D1=81=D1=8F=20?= =?UTF-8?q?=D0=BC=D0=BD=D0=BE=D0=B3=D0=BE=D1=81=D1=82=D1=80=D0=BE=D1=87?= =?UTF-8?q?=D0=BD=D1=8B=D0=B5=20=D0=BE=D0=BF=D0=B8=D1=81=D0=B0=D0=BD=D0=B8?= =?UTF-8?q?=D1=8F)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- include/m_srmm_int.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include') diff --git a/include/m_srmm_int.h b/include/m_srmm_int.h index ab50d3ee6f..5e11a4b95a 100644 --- a/include/m_srmm_int.h +++ b/include/m_srmm_int.h @@ -53,11 +53,12 @@ struct CustomButtonData : public MZeroedObject int m_dwButtonID; // id of button used while button creation and to store button info in DB ptrA m_pszModuleName; // module name without spaces and underline symbols (e.g. "tabsrmm") - int m_dwButtonCID; // button's control id + int m_dwButtonCID; // button's control id int m_dwArrowCID; // only use with BBBF_ISARROWBUTTON flag ptrW m_pwszText; // button's text ptrW m_pwszTooltip; // button's tooltip + ptrW m_pwszOptions; // button's name in options, might be NULL int m_iButtonWidth; // must be 22 for regular button and 33 for button with arrow HANDLE m_hIcon; // Handle to icolib registred icon -- cgit v1.2.3