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:
parent
1abdbc7f51
commit
5ddbe112af
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user