mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-11 11:08:02 -06:00
Linux/MacOSX: correctly display Kuznyechik help page when link clicked. Remove Gost89 online help references since it was removed.
This commit is contained in:
@@ -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";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user