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 /src/mir_app | |
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 'src/mir_app')
-rw-r--r-- | src/mir_app/src/skinicons.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mir_app/src/skinicons.cpp b/src/mir_app/src/skinicons.cpp index 8994333313..927f5e798f 100644 --- a/src/mir_app/src/skinicons.cpp +++ b/src/mir_app/src/skinicons.cpp @@ -95,6 +95,7 @@ static struct StandardIconDescription mainIcons[] = { SKINICON_WARNING, LPGEN("Warning"), -IDI_MWARNING, 0, nullptr }, // 54
{ SKINICON_INFORMATION, LPGEN("Information"), -IDI_MINFO, 0, nullptr }, // 55
{ SKINICON_OTHER_EDIT, LPGEN("Edit"), -IDI_TYPING, 0, nullptr }, // 56
+ { SKINICON_OTHER_BLANK, LPGEN("Blank"), -IDI_BLANK, 0, nullptr }, // 57
{ SKINICON_OTHER_VISIBLE_ALL, LPGEN("Always visible"), -IDI_ALWAYSVIS, 0, LPGEN("Contact list") },
{ SKINICON_OTHER_INVISIBLE_ALL, LPGEN("Always invisible"), -IDI_NEVERVIS, 0, LPGEN("Contact list") },
|