Windows: make Camellia help link open dedicated documentation page

This commit is contained in:
Mounir IDRASSI 2016-06-16 23:52:08 +02:00
parent c7756befee
commit aeb4e8a13a
No known key found for this signature in database
GPG Key ID: DD0C382D5FCFB8FC

View File

@ -9989,6 +9989,10 @@ void Applink (char *dest, BOOL bSendOS, char *extraOutput)
{
StringCbCopyA (url, sizeof (url),"https://veracrypt.codeplex.com/wikipage?title=Twofish");
}
else if (strcmp(dest, "camellia") == 0)
{
StringCbCopyA (url, sizeof (url),"https://veracrypt.codeplex.com/wikipage?title=Camellia");
}
else if (strcmp(dest, "cascades") == 0)
{
StringCbCopyA (url, sizeof (url),"https://veracrypt.codeplex.com/wikipage?title=Cascades");