mirror of
https://github.com/cookiengineer/audacity
synced 2026-02-07 20:22:13 +01:00
Add help buttons for normal built-in effects
This commit is contained in:
@@ -67,6 +67,11 @@ wxString EffectRepeat::GetDescription()
|
||||
return XO("Repeats the selection the specified number of times");
|
||||
}
|
||||
|
||||
wxString EffectRepeat::ManualPage()
|
||||
{
|
||||
return wxT("Repeat");
|
||||
}
|
||||
|
||||
// EffectIdentInterface implementation
|
||||
|
||||
EffectType EffectRepeat::GetType()
|
||||
|
||||
Reference in New Issue
Block a user