VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Format/Tcformat.c
diff options
context:
space:
mode:
authorMounir IDRASSI <mounir.idrassi@idrix.fr>2017-11-28 16:55:55 +0100
committerMounir IDRASSI <mounir.idrassi@idrix.fr>2017-11-28 23:31:08 +0100
commitee6da31fb60bbdcb86945f23c3aebc6cdb7e30d3 (patch)
tree0187d41893f5067931686b5ab2c9d074355988a4 /src/Format/Tcformat.c
parentc5e48c56c933d723a3bba3dde27028057951ce19 (diff)
downloadVeraCrypt-ee6da31fb60bbdcb86945f23c3aebc6cdb7e30d3.tar.gz
VeraCrypt-ee6da31fb60bbdcb86945f23c3aebc6cdb7e30d3.zip
Language XML files: remove references to GOST89 since it is not supported anymore.
Diffstat (limited to 'src/Format/Tcformat.c')
-rw-r--r--src/Format/Tcformat.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/Format/Tcformat.c b/src/Format/Tcformat.c
index 09c52705..5d9d113b 100644
--- a/src/Format/Tcformat.c
+++ b/src/Format/Tcformat.c
@@ -1417,12 +1417,6 @@ void ComboSelChangeEA (HWND hwndDlg)
SetWindowTextW (GetDlgItem (hwndDlg, IDC_BOX_HELP), GetString ("TWOFISH_HELP"));
}
- else if (wcsncmp (name, L"GOST89", 6) == 0)
- {
- StringCbPrintfW (hyperLink, sizeof(hyperLink) / 2, GetString ("MORE_INFO_ABOUT"), L"GOST89");
-
- SetWindowTextW (GetDlgItem (hwndDlg, IDC_BOX_HELP), GetString ("GOST89_HELP"));
- }
else if (wcscmp (name, L"Kuznyechik") == 0)
{
StringCbPrintfW (hyperLink, sizeof(hyperLink) / 2, GetString ("MORE_INFO_ABOUT"), name);