diff options
| author | George Hazan <ghazan@miranda.im> | 2022-12-15 14:35:39 +0300 |
|---|---|---|
| committer | George Hazan <ghazan@miranda.im> | 2022-12-15 14:35:39 +0300 |
| commit | ac2cfbd42fe8ee343c40aef7c4198e257df1ec98 (patch) | |
| tree | b3bee3f0a89aae8d792bbdb123a92e619d57b61c /include | |
| parent | b1991e51d5c53383e4cf2bb8fc1830eef7ed20b8 (diff) | |
fixes #3268 (Accessibility: Can't determine states of checkboxes with a screen reader in the trees of Jabber options)
Diffstat (limited to 'include')
| -rw-r--r-- | include/m_gui.h | 1 | ||||
| -rw-r--r-- | include/m_skin.h | 3 |
2 files changed, 2 insertions, 2 deletions
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
|
