Linux/MacOSX: correctly display Kuznyechik help page when link clicked. Remove Gost89 online help references since it was removed.

This commit is contained in:
Mounir IDRASSI 2016-10-13 22:51:43 +02:00
parent ea2d8ded53
commit 2cfb896827
No known key found for this signature in database
GPG Key ID: DD0C382D5FCFB8FC
2 changed files with 1 additions and 7 deletions

View File

@ -80,8 +80,6 @@ namespace VeraCrypt
EncryptionAlgorithmStaticText->SetLabel (LangString["TWOFISH_HELP"]);
else if (typeid (*ea) == typeid (Camellia))
EncryptionAlgorithmStaticText->SetLabel (LangString["CAMELLIA_HELP"]);
else if (typeid (*ea) == typeid (GOST89))
EncryptionAlgorithmStaticText->SetLabel (LangString["GOST89_HELP"]);
else if (typeid (*ea) == typeid (Kuznyechik))
EncryptionAlgorithmStaticText->SetLabel (LangString["KUZNYECHIK_HELP"]);
else

View File

@ -1163,11 +1163,7 @@ namespace VeraCrypt
{
url = L"https://veracrypt.codeplex.com/wikipage?title=Camellia";
}
else if (linkId == L"GOST89")
{
url = L"https://veracrypt.codeplex.com/wikipage?title=GOST89";
}
else if (linkId == L"Kuznyechik")
else if (linkId == L"kuznyechik")
{
url = L"https://veracrypt.codeplex.com/wikipage?title=Kuznyechik";
}