mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-02 06:40:12 +01:00
Just one accessor for the name of a ComponentInterface...
... Translate it explicitly where needed.
This commit is contained in:
@@ -137,10 +137,7 @@ public:
|
||||
virtual TranslatableString GetDescription() = 0;
|
||||
|
||||
// non-virtual convenience function
|
||||
const wxString GetTranslatedName();
|
||||
|
||||
// non-virtual convenience function
|
||||
const TranslatableString GetUntranslatedName();
|
||||
TranslatableString GetName();
|
||||
|
||||
// Parameters, if defined. false means no defined parameters.
|
||||
virtual bool DefineParams( ShuttleParams & WXUNUSED(S) ){ return false;};
|
||||
|
||||
Reference in New Issue
Block a user