1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-12-02 06:40:12 +01:00

TranslatableString for ComponentInterface::GetDescription()

This commit is contained in:
Paul Licameli
2019-12-08 13:53:48 -05:00
parent 4eb220e7b9
commit 618fee21ec
154 changed files with 250 additions and 250 deletions

View File

@@ -134,7 +134,7 @@ public:
// This returns a translated string
// Any verb should be present tense indicative, not imperative
virtual wxString GetDescription() = 0;
virtual TranslatableString GetDescription() = 0;
// non-virtual convenience function
const wxString GetTranslatedName();