Missed this - can't use "C" access key either on Linux - used for "Cancel".

This commit is contained in:
windinthew 2014-01-08 12:29:40 +00:00
parent 45973724b3
commit 4dd1aa50ad
1 changed files with 1 additions and 1 deletions

View File

@ -677,7 +677,7 @@ void ScienFilterDialog::MakeScienFilterDialog()
mFilterSubTypeCtl->Append (_("Highpass"));
szr3->Add (mFilterSubTypeCtl);
st = new wxStaticText(this, wxID_ANY, _("&Cutoff:"));
st = new wxStaticText(this, wxID_ANY, _("C&utoff:"));
st->SetName(wxStripMenuCodes(st->GetLabel())); // fix for bug 577 (NVDA/Narrator screen readers do not read static text in dialogs)
szr3->Add( st, flagslabel );
Size.SetWidth (50);