From 2cfb896827304e1e342e767d3e38d1942aaced4b Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Thu, 13 Oct 2016 22:51:43 +0200 Subject: Linux/MacOSX: correctly display Kuznyechik help page when link clicked. Remove Gost89 online help references since it was removed. --- src/Main/GraphicUserInterface.cpp | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/Main/GraphicUserInterface.cpp') diff --git a/src/Main/GraphicUserInterface.cpp b/src/Main/GraphicUserInterface.cpp index 77a9524d..9ff259c5 100644 --- a/src/Main/GraphicUserInterface.cpp +++ b/src/Main/GraphicUserInterface.cpp @@ -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"; } -- cgit v1.2.3