diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2017-11-28 15:55:55 (GMT) |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2017-11-28 22:31:08 (GMT) |
commit | ee6da31fb60bbdcb86945f23c3aebc6cdb7e30d3 (patch) | |
tree | 0187d41893f5067931686b5ab2c9d074355988a4 /src | |
parent | c5e48c56c933d723a3bba3dde27028057951ce19 (diff) | |
download | VeraCrypt-ee6da31fb60bbdcb86945f23c3aebc6cdb7e30d3.zip VeraCrypt-ee6da31fb60bbdcb86945f23c3aebc6cdb7e30d3.tar.gz |
Language XML files: remove references to GOST89 since it is not supported anymore.
Diffstat (limited to 'src')
-rw-r--r-- | src/Format/Tcformat.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/Format/Tcformat.c b/src/Format/Tcformat.c index 09c5270..5d9d113 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); |