From ac2cfbd42fe8ee343c40aef7c4198e257df1ec98 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Thu, 15 Dec 2022 14:35:39 +0300 Subject: fixes #3268 (Accessibility: Can't determine states of checkboxes with a screen reader in the trees of Jabber options) --- include/m_gui.h | 1 - include/m_skin.h | 3 ++- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/m_gui.h b/include/m_gui.h index 59e7318027..2f1aa7edf4 100644 --- a/include/m_gui.h +++ b/include/m_gui.h @@ -1329,7 +1329,6 @@ public: protected: void OnInit() override; - void OnDestroy() override; BOOL OnNotify(int idCtrl, NMHDR *pnmh) override; void GetCaretPos(CContextMenuPos&) const override; diff --git a/include/m_skin.h b/include/m_skin.h index fa3fd5051a..30168b167d 100644 --- a/include/m_skin.h +++ b/include/m_skin.h @@ -91,7 +91,8 @@ #define SKINICON_OTHER_NOPOPUP 249 #define SKINICON_OTHER_KEYS 250 #define SKINICON_OTHER_SOUND 251 -#define SKINICON_OTHER_EDIT 252 +#define SKINICON_OTHER_EDIT 252 +#define SKINICON_OTHER_BLANK 253 ///////////////////////////////////////////////////////////////////////////////////////// // Miranda skin -- cgit v1.2.3