mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-23 17:30:17 +01:00
Remove 27 various macro _ ...
... and supply a few missing translations in Dependencies.cpp And substitute-don't-concatenate in a few places in Internat.cpp
This commit is contained in:
@@ -177,7 +177,7 @@ bool ProjectFileIO::HandleXMLTag(const wxChar *tag, const wxChar **attrs)
|
||||
auto &dirManager = DirManager::Get( project );
|
||||
auto &settings = ProjectSettings::Get( project );
|
||||
bool bFileVersionFound = false;
|
||||
wxString fileVersion = _("<unrecognized version -- possibly corrupt project file>");
|
||||
wxString fileVersion;
|
||||
wxString audacityVersion = _("<unrecognized version -- possibly corrupt project file>");
|
||||
int requiredTags = 0;
|
||||
long longVpos = 0;
|
||||
|
||||
Reference in New Issue
Block a user