From 4dd1aa50ad61804d69b23f6627514026d1a96616 Mon Sep 17 00:00:00 2001 From: windinthew Date: Wed, 8 Jan 2014 12:29:40 +0000 Subject: [PATCH] Missed this - can't use "C" access key either on Linux - used for "Cancel". --- src/effects/ScienFilter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/effects/ScienFilter.cpp b/src/effects/ScienFilter.cpp index 27c54ff24..1f5eec908 100644 --- a/src/effects/ScienFilter.cpp +++ b/src/effects/ScienFilter.cpp @@ -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);