1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-08 06:03:49 +01:00

Add help pages for shipped Nyquist effects

This commit is contained in:
Steve Daulton
2017-05-19 20:43:55 +01:00
parent 1dd6b848c2
commit fd3d41e82f
26 changed files with 26 additions and 2 deletions

View File

@@ -3060,7 +3060,7 @@ bool EffectUIHost::Initialize()
buttons = eApplyButton + eCloseButton + eHelpButton;
wxAcceleratorEntry entries[1];
#if defined(__WXMAC__)
entries[0].Set(wxACCEL_CTRL, (int) '?', wxID_HELP);
// Is there a standard shortcut on Mac?
#else
entries[0].Set(wxACCEL_NORMAL, (int) WXK_F1, wxID_HELP);
#endif