mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-21 08:27:13 +01:00
Tools menu: fix duplicate access key
This commit is contained in:
@@ -873,7 +873,7 @@ BaseItemSharedPtr ToolsMenu()
|
||||
),
|
||||
|
||||
Section( "Other",
|
||||
Command( wxT("ConfigReset"), XXO("&Reset Configuration"),
|
||||
Command( wxT("ConfigReset"), XXO("Reset &Configuration"),
|
||||
FN(OnResetConfig),
|
||||
AudioIONotBusyFlag() ),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user