mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-21 14:02:57 +02:00
Use IdentInterfaceSymbol to identify commands and effects
This commit is contained in:
@@ -84,16 +84,11 @@ EffectTimeScale::~EffectTimeScale()
|
||||
|
||||
// IdentInterface implementation
|
||||
|
||||
wxString EffectTimeScale::GetSymbol()
|
||||
IdentInterfaceSymbol EffectTimeScale::GetSymbol()
|
||||
{
|
||||
return TIMESCALE_PLUGIN_SYMBOL;
|
||||
}
|
||||
|
||||
wxString EffectTimeScale::GetName()
|
||||
{
|
||||
return XO("Sliding Time Scale/Pitch Shift");
|
||||
}
|
||||
|
||||
wxString EffectTimeScale::GetDescription()
|
||||
{
|
||||
return _("Allows continuous changes to the tempo and/or pitch");
|
||||
|
Reference in New Issue
Block a user