mirror of
https://github.com/cookiengineer/audacity
synced 2026-01-02 14:17:07 +01:00
Use IdentInterfaceSymbol to identify commands and effects
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
|
||||
class ShuttleGui;
|
||||
|
||||
#define CHANGETEMPO_PLUGIN_SYMBOL XO("Change Tempo")
|
||||
#define CHANGETEMPO_PLUGIN_SYMBOL IdentInterfaceSymbol{ XO("Change Tempo") }
|
||||
|
||||
class EffectChangeTempo final : public EffectSoundTouch
|
||||
{
|
||||
@@ -40,7 +40,7 @@ public:
|
||||
|
||||
// IdentInterface implementation
|
||||
|
||||
wxString GetSymbol() override;
|
||||
IdentInterfaceSymbol GetSymbol() override;
|
||||
wxString GetDescription() override;
|
||||
wxString ManualPage() override;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user