mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-16 09:31:14 +01:00
Convert all wxTRANSLATE() to XO()
XO() can be used anywhere a string must be extracted for translation but not automatically translated at runtime.
This commit is contained in:
@@ -74,7 +74,7 @@ public:
|
||||
void SetPath(const wxString & path);
|
||||
void SetSymbol(const wxString & symbol);
|
||||
|
||||
// These should be passed an untranslated value wrapped in wxTRANSLATE() so
|
||||
// These should be passed an untranslated value wrapped in XO() so
|
||||
// the value will still be extracted for translation
|
||||
void SetName(const wxString & name);
|
||||
void SetVersion(const wxString & version);
|
||||
|
||||
Reference in New Issue
Block a user