mirror of
https://github.com/cookiengineer/audacity
synced 2025-05-05 22:28:57 +02:00
Add help button for Classic Filter
This commit is contained in:
parent
4a08ea62c0
commit
e99b54e525
@ -189,6 +189,12 @@ wxString EffectScienFilter::GetDescription()
|
||||
return XO("Performs IIR filtering that emulates analog filters");
|
||||
}
|
||||
|
||||
wxString EffectScienFilter::ManualPage()
|
||||
{
|
||||
return wxT("Classic_Filters");
|
||||
}
|
||||
|
||||
|
||||
// EffectIdentInterface implementation
|
||||
|
||||
EffectType EffectScienFilter::GetType()
|
||||
|
@ -45,6 +45,7 @@ public:
|
||||
|
||||
wxString GetSymbol() override;
|
||||
wxString GetDescription() override;
|
||||
wxString ManualPage() override;
|
||||
|
||||
// EffectIdentInterface implementation
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user