1
0
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:
Paul Licameli
2019-12-21 00:44:11 -05:00
parent 99c3c29158
commit f56d76cdb5

View File

@@ -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;