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

Add help button for Classic Filter

This commit is contained in:
Steve Daulton 2017-05-21 12:04:15 +01:00
parent 4a08ea62c0
commit e99b54e525
2 changed files with 7 additions and 0 deletions

View File

@ -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()

View File

@ -45,6 +45,7 @@ public:
wxString GetSymbol() override;
wxString GetDescription() override;
wxString ManualPage() override;
// EffectIdentInterface implementation