mirror of
https://github.com/cookiengineer/audacity
synced 2026-03-04 21:50:51 +01:00
PluginDescriptor versions are in fact untranslated; make that clear...
... though the version (like the description) really wasn't yet used for anything but to write and read again from the registry, still keep writing it. Because it is appropriate to write untranslated strings to the registry, and perhaps the values in old registries really will find a future use.
This commit is contained in:
@@ -62,9 +62,10 @@ public:
|
||||
const wxString & GetPath() const;
|
||||
const wxString & GetSymbol() const;
|
||||
|
||||
wxString GetUntranslatedVersion() const;
|
||||
|
||||
// These return translated strings (if available and if requested)
|
||||
wxString GetName(bool translate = true) const;
|
||||
wxString GetVersion(bool translate = true) const;
|
||||
wxString GetVendor(bool translate = true) const;
|
||||
bool IsEnabled() const;
|
||||
bool IsValid() const;
|
||||
|
||||
Reference in New Issue
Block a user