diff options
author | T-Bonhagen <75760084+T-Bonhagen@users.noreply.github.com> | 2021-02-21 10:16:24 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-21 10:16:24 +0100 |
commit | 874d29390f6db64b045b7952cc0331e40f25d325 (patch) | |
tree | 0a0bc3e86cc6cdbcd215a20f6924d011001162c7 /src/Main/LanguageStrings.cpp | |
parent | c802db448de591a45144fc7300a10b2c9392ce30 (diff) | |
download | VeraCrypt-874d29390f6db64b045b7952cc0331e40f25d325.tar.gz VeraCrypt-874d29390f6db64b045b7952cc0331e40f25d325.zip |
fix Program freeze Volume Creation Wizard linux (#726)
Diffstat (limited to 'src/Main/LanguageStrings.cpp')
-rw-r--r-- | src/Main/LanguageStrings.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Main/LanguageStrings.cpp b/src/Main/LanguageStrings.cpp index 3591255b..33aaf6a9 100644 --- a/src/Main/LanguageStrings.cpp +++ b/src/Main/LanguageStrings.cpp @@ -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; } } |