diff options
Diffstat (limited to 'src/Main/GraphicUserInterface.cpp')
-rw-r--r-- | src/Main/GraphicUserInterface.cpp | 6 |
1 files changed, 1 insertions, 5 deletions
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"; } |