fix Program freeze Volume Creation Wizard linux (#726)

This commit is contained in:
T-Bonhagen
2021-02-21 10:16:24 +01:00
committed by GitHub
parent c802db448d
commit 874d29390f
2 changed files with 12 additions and 3 deletions

View File

@@ -51,7 +51,6 @@ namespace VeraCrypt
{
wxString text = node.InnerText;
text.Replace (L"\\n", L"\n");
text.Replace (L"%s", L"{0}");
Map[StringConverter::ToSingle (wstring (node.Attributes[L"key"]))] = text;
}
#endif
@@ -59,7 +58,6 @@ namespace VeraCrypt
{
wxString text = node.InnerText;
text.Replace (L"\\n", L"\n");
text.Replace (L"%s", L"{0}");
Map[StringConverter::ToSingle (wstring (node.Attributes[L"key"]))] = text;
}
}