mirror of
https://github.com/cookiengineer/audacity
synced 2025-05-02 00:29:41 +02:00
Improve accessibility for view by radios...at least for Jaws.
This commit is contained in:
parent
4034f289fa
commit
e6183b3c32
@ -173,8 +173,11 @@ void KeyConfigPrefs::PopulateOrExchange(ShuttleGui & S)
|
||||
S.StartRadioButtonGroup(wxT("/Prefs/KeyConfig/ViewBy"), wxT("tree"));
|
||||
{
|
||||
mViewByTree = S.Id(ViewByTreeID).TieRadioButton(_("&Tree"), wxT("tree"));
|
||||
mViewByTree->SetName(_("View by tree"));
|
||||
mViewByName = S.Id(ViewByNameID).TieRadioButton(_("&Name"), wxT("name"));
|
||||
mViewByName->SetName(_("View by name"));
|
||||
mViewByKey = S.Id(ViewByKeyID).TieRadioButton(_("&Key"), wxT("key"));
|
||||
mViewByKey->SetName(_("View by key"));
|
||||
}
|
||||
S.EndRadioButtonGroup();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user