1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-09-18 17:10:55 +02:00

Remove access key from "More" to prevent accidental selection

This commit is contained in:
Leland Lucius 2015-05-04 12:14:55 -05:00
parent 1abdbc7f51
commit 5ddbe112af

View File

@ -1014,7 +1014,7 @@ void AudacityProject::CreateMenusAndCommands()
#ifdef EXPERIMENTAL_EFFECT_MANAGEMENT
c->AddSeparator();
// We could say Manage Effects on the menu, but More... is more intuitive.
c->AddItem(wxT("ManageEffects"), _("&More..."), FN(OnManageEffects));
c->AddItem(wxT("ManageEffects"), _("More..."), FN(OnManageEffects));
#endif