mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2026-05-17 10:01:31 +00:00
fix Program freeze Volume Creation Wizard linux (#726)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user