1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-10 16:43:33 +02:00

Shouldn't use "O" for access key as it's already used as the key for OK button on Linux.

This commit is contained in:
windinthew
2014-01-07 14:52:38 +00:00
parent b6160db1b7
commit a2dbc06869

View File

@@ -633,7 +633,7 @@ void ScienFilterDialog::MakeScienFilterDialog()
szr3->Add (mFilterTypeCtl); szr3->Add (mFilterTypeCtl);
/*i18n-hint: 'Order' means the complexity of the filter, and is a number between 1 and 10.*/ /*i18n-hint: 'Order' means the complexity of the filter, and is a number between 1 and 10.*/
st = new wxStaticText(this, wxID_ANY, _("&Order:")); st = new wxStaticText(this, wxID_ANY, _("O&rder:"));
st->SetName(wxStripMenuCodes(st->GetLabel())); // fix for bug 577 (NVDA/Narrator screen readers do not read static text in dialogs) st->SetName(wxStripMenuCodes(st->GetLabel())); // fix for bug 577 (NVDA/Narrator screen readers do not read static text in dialogs)
szr3->Add(st, flagslabel ); szr3->Add(st, flagslabel );
mFilterOrderCtl = new wxChoice (this, ID_FILTER_ORDER); mFilterOrderCtl = new wxChoice (this, ID_FILTER_ORDER);