mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-09 22:53:55 +01:00
Add help buttons for normal built-in effects
This commit is contained in:
@@ -85,6 +85,11 @@ wxString EffectClickRemoval::GetDescription()
|
||||
return XO("Click Removal is designed to remove clicks on audio tracks");
|
||||
}
|
||||
|
||||
wxString EffectClickRemoval::ManualPage()
|
||||
{
|
||||
return wxT("Click_Removal");
|
||||
}
|
||||
|
||||
// EffectIdentInterface implementation
|
||||
|
||||
EffectType EffectClickRemoval::GetType()
|
||||
|
||||
Reference in New Issue
Block a user