mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-02 14:50:17 +01:00
Re-adding localized menu labels for effects
If you can believe it, this whole big mess is just to get localized effect labels back into the menus. I sure wish I'd had a little bit more time to finish up all of the effects. It sure would be a lot cleaner (code wise).
This commit is contained in:
@@ -49,8 +49,13 @@ class AUDACITY_DLL_API IdentInterface
|
||||
public:
|
||||
virtual ~IdentInterface() {};
|
||||
|
||||
// These should return an untranslated value
|
||||
virtual PluginID GetID() = 0;
|
||||
virtual wxString GetPath() = 0;
|
||||
virtual wxString GetSymbol() = 0;
|
||||
|
||||
// These should return an untranslated value whose translation
|
||||
// will be determined at runtime (if available)
|
||||
virtual wxString GetName() = 0;
|
||||
virtual wxString GetVendor() = 0;
|
||||
virtual wxString GetVersion() = 0;
|
||||
|
||||
Reference in New Issue
Block a user