mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-14 17:14:07 +01:00
Correct one commented-out override of GetDescription
This commit is contained in:
@@ -182,7 +182,7 @@ public:
|
||||
// ComponentInterface overrides
|
||||
ComponentInterfaceSymbol GetSymbol() override
|
||||
{return SET_TRACK_NAME_PLUGIN_SYMBOL;};
|
||||
//wxString GetDescription() override {return _("Sets the track name.");};
|
||||
//TranslatableString GetDescription() override {return XO("Sets the track name.");};
|
||||
//bool DefineParams( ShuttleParams & S ) override;
|
||||
void PopulateOrExchange(ShuttleGui & S) override;
|
||||
//bool Apply(const CommandContext & context) override;
|
||||
|
||||
Reference in New Issue
Block a user