mirror of
https://github.com/cookiengineer/audacity
synced 2025-08-10 17:11:17 +02:00
Tools menu: fix duplicate access key
This commit is contained in:
parent
3a537540cc
commit
8e6c5c0027
@ -873,7 +873,7 @@ BaseItemSharedPtr ToolsMenu()
|
|||||||
),
|
),
|
||||||
|
|
||||||
Section( "Other",
|
Section( "Other",
|
||||||
Command( wxT("ConfigReset"), XXO("&Reset Configuration"),
|
Command( wxT("ConfigReset"), XXO("Reset &Configuration"),
|
||||||
FN(OnResetConfig),
|
FN(OnResetConfig),
|
||||||
AudioIONotBusyFlag() ),
|
AudioIONotBusyFlag() ),
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user