mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-20 09:31:15 +02:00
Use IdentInterfaceSymbol for vendor strings, which are used in paths
This commit is contained in:
@@ -116,9 +116,9 @@ public:
|
||||
// These should return an untranslated value whose translation
|
||||
// will be determined at runtime (if available)
|
||||
virtual wxString GetName() = 0;
|
||||
// This string persists in configuration files
|
||||
// So config compatibility will break if it is changed across Audacity versions
|
||||
virtual wxString GetVendor() = 0;
|
||||
|
||||
virtual IdentInterfaceSymbol GetVendor() = 0;
|
||||
|
||||
virtual wxString GetVersion() = 0;
|
||||
|
||||
// This returns a translated string
|
||||
|
Reference in New Issue
Block a user