mirror of
https://github.com/cookiengineer/audacity
synced 2025-08-03 09:29:30 +02:00
Help menu: add missing access key
This commit is contained in:
parent
1b5370bec2
commit
ef98e5d25f
@ -527,7 +527,7 @@ BaseItemSharedPtr HelpMenu()
|
||||
Command( wxT("Manual"), XXO("&Manual..."), FN(OnManual),
|
||||
AlwaysEnabledFlag ),
|
||||
#endif
|
||||
Command( wxT("ConfigReset"), XXO("Reset Configuration"),
|
||||
Command( wxT("ConfigReset"), XXO("&Reset Configuration"),
|
||||
FN(OnResetConfig),
|
||||
AudioIONotBusyFlag() )
|
||||
),
|
||||
|
Loading…
x
Reference in New Issue
Block a user