1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-05-05 14:18:53 +02:00

Add help button for Nyquist Prompt

This commit is contained in:
Steve Daulton 2017-05-20 14:48:28 +01:00
parent e7a9c37745
commit bba5a8fef1

View File

@ -214,7 +214,9 @@ wxString NyquistEffect::GetDescription()
wxString NyquistEffect::ManualPage()
{
return mManPage;
return mIsPrompt
? wxT("Nyquist_Prompt")
: mManPage;
}
wxString NyquistEffect::HelpPage()