1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-08-06 07:09:39 +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), Command( wxT("Manual"), XXO("&Manual..."), FN(OnManual),
AlwaysEnabledFlag ), AlwaysEnabledFlag ),
#endif #endif
Command( wxT("ConfigReset"), XXO("Reset Configuration"), Command( wxT("ConfigReset"), XXO("&Reset Configuration"),
FN(OnResetConfig), FN(OnResetConfig),
AudioIONotBusyFlag() ) AudioIONotBusyFlag() )
), ),