mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-15 07:40:23 +02:00
Fix menu accelerator in Edit Mode menu item
The &E shortcut conflicts with Edit Toolbar. M is unique Signed-off-by: abb128 <alexx128p@gmail.com>
This commit is contained in:
parent
298ccd94d3
commit
fcd9c40495
@ -64,7 +64,7 @@ BaseItemSharedPtr ToolbarsMenu()
|
||||
Menu( wxT("Toolbars"), XXO("&Toolbars"),
|
||||
Section( "Manage",
|
||||
/* i18n-hint: (verb)*/
|
||||
Command( wxT("EditMode"), XXO("&Edit Mode (on/off)"),
|
||||
Command( wxT("EditMode"), XXO("Edit &Mode (on/off)"),
|
||||
FN(OnEditMode), AudioIONotBusyFlag(),
|
||||
Options{}.CheckTest( wxT("/GUI/Toolbars/EditMode"), true ) ),
|
||||
Command( wxT("ResetToolbars"), XXO("Reset Toolb&ars"),
|
||||
|
Loading…
x
Reference in New Issue
Block a user