mirror of
https://github.com/cookiengineer/audacity
synced 2026-03-05 06:01:04 +01:00
Add help button for Nyquist Prompt
This commit is contained in:
@@ -214,7 +214,9 @@ wxString NyquistEffect::GetDescription()
|
||||
|
||||
wxString NyquistEffect::ManualPage()
|
||||
{
|
||||
return mManPage;
|
||||
return mIsPrompt
|
||||
? wxT("Nyquist_Prompt")
|
||||
: mManPage;
|
||||
}
|
||||
|
||||
wxString NyquistEffect::HelpPage()
|
||||
|
||||
Reference in New Issue
Block a user