mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-21 08:27:13 +01:00
Help menu: add missing access key
This commit is contained in:
@@ -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() )
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user