1
0
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:
David Bailes 2020-05-29 08:31:50 +01:00
parent 1b5370bec2
commit ef98e5d25f

View File

@ -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() )
),