1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-21 16:37:12 +01:00

XMLFileWriter takes TranslatableString caption

This commit is contained in:
Paul Licameli
2019-12-19 14:36:37 -05:00
parent 5e26ef1eba
commit 3a633e4fd8
10 changed files with 14 additions and 14 deletions

View File

@@ -259,7 +259,7 @@ bool ConvertLegacyProjectFile(const wxFileName &filename)
return false;
return GuardedCall< bool >( [&] {
XMLFileWriter xmlFile{ name, _("Error Converting Legacy Project File") };
XMLFileWriter xmlFile{ name, XO("Error Converting Legacy Project File") };
xmlFile.Write(wxT("<?xml version=\"1.0\"?>\n"));