mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-29 22:58:39 +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()
|
wxString NyquistEffect::ManualPage()
|
||||||
{
|
{
|
||||||
return mManPage;
|
return mIsPrompt
|
||||||
|
? wxT("Nyquist_Prompt")
|
||||||
|
: mManPage;
|
||||||
}
|
}
|
||||||
|
|
||||||
wxString NyquistEffect::HelpPage()
|
wxString NyquistEffect::HelpPage()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user