mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-09 14:43:57 +01:00
Add help buttons for normal built-in effects
This commit is contained in:
@@ -92,6 +92,11 @@ wxString EffectBassTreble::GetDescription()
|
||||
return XO("Simple tone control effect");
|
||||
}
|
||||
|
||||
wxString EffectBassTreble::ManualPage()
|
||||
{
|
||||
return wxT("Bass_and_Treble");
|
||||
}
|
||||
|
||||
// EffectIdentInterface implementation
|
||||
|
||||
EffectType EffectBassTreble::GetType()
|
||||
|
||||
Reference in New Issue
Block a user