mirror of
https://github.com/cookiengineer/audacity
synced 2025-05-05 22:28:57 +02:00
Add help button for Nyquist Prompt
This commit is contained in:
parent
e7a9c37745
commit
bba5a8fef1
@ -214,7 +214,9 @@ wxString NyquistEffect::GetDescription()
|
||||
|
||||
wxString NyquistEffect::ManualPage()
|
||||
{
|
||||
return mManPage;
|
||||
return mIsPrompt
|
||||
? wxT("Nyquist_Prompt")
|
||||
: mManPage;
|
||||
}
|
||||
|
||||
wxString NyquistEffect::HelpPage()
|
||||
|
Loading…
x
Reference in New Issue
Block a user