mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-20 09:31:15 +02:00
IdentInterface::GetDescription() returns a translated string...
... See commit 3b90538b84
which removed the
only use of the untranslated strings.
Also follows better i18n guidelines for composing the VSTEffect description.
This commit is contained in:
@@ -58,11 +58,12 @@ public:
|
||||
virtual wxString GetName() = 0;
|
||||
virtual wxString GetVendor() = 0;
|
||||
virtual wxString GetVersion() = 0;
|
||||
|
||||
// This returns a translated string
|
||||
virtual wxString GetDescription() = 0;
|
||||
|
||||
// non-virtual convenience functions
|
||||
// non-virtual convenience function
|
||||
const wxString& GetTranslatedName();
|
||||
const wxString& GetTranslatedDescription();
|
||||
};
|
||||
|
||||
#endif // __AUDACITY_IDENTINTERFACE_H__
|
||||
|
Reference in New Issue
Block a user