diff options
author | George Hazan <ghazan@miranda.im> | 2017-12-09 22:07:43 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2017-12-09 22:07:43 +0300 |
commit | 15d04b366b37563254f914a41db97646730514b9 (patch) | |
tree | 2536d46b4c4a92338943002ffcd9e29995859748 /plugins/StopSpamPlus/res | |
parent | d0d6aef247ab3baf68c4ad4b2689283c1b36b0f4 (diff) |
fixes #1059 (StopSpam: account selection do not accessible for screen readers)
Diffstat (limited to 'plugins/StopSpamPlus/res')
-rw-r--r-- | plugins/StopSpamPlus/res/stopspam.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/StopSpamPlus/res/stopspam.rc b/plugins/StopSpamPlus/res/stopspam.rc index 5e856d1571..7ee8a32c79 100644 --- a/plugins/StopSpamPlus/res/stopspam.rc +++ b/plugins/StopSpamPlus/res/stopspam.rc @@ -49,7 +49,7 @@ EXSTYLE WS_EX_CONTROLPARENT FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
LTEXT "Disable protection for following accounts:",IDC_STATIC,24,7,216,11
- CONTROL "",IDC_PROTO,"SysTreeView32",TVS_DISABLEDRAGDROP | TVS_NOTOOLTIPS | TVS_NONEVENHEIGHT | WS_BORDER | WS_HSCROLL | WS_TABSTOP,24,22,216,166
+ CONTROL "",IDC_PROTO,"SysListView32",LVS_REPORT | LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_AUTOARRANGE | LVS_NOCOLUMNHEADER | LVS_NOSORTHEADER | WS_BORDER | WS_TABSTOP,24,22,216,166
END
IDD_MAIN DIALOGEX 0, 0, 309, 189
|