1
0
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:
Paul Licameli
2018-03-09 13:11:20 -05:00
parent 11d217076a
commit b200819f75
116 changed files with 239 additions and 332 deletions

View File

@@ -23,7 +23,7 @@
class ShuttleGui;
#define BASSTREBLE_PLUGIN_SYMBOL XO("Bass and Treble")
#define BASSTREBLE_PLUGIN_SYMBOL IdentInterfaceSymbol{ XO("Bass and Treble") }
class EffectBassTrebleState
{
@@ -47,7 +47,7 @@ public:
// IdentInterface implementation
wxString GetSymbol() override;
IdentInterfaceSymbol GetSymbol() override;
wxString GetDescription() override;
wxString ManualPage() override;