mirror of
https://github.com/veracrypt/VeraCrypt
synced 2024-11-28 14:03:29 +01:00
Windows: make Camellia help link open dedicated documentation page
This commit is contained in:
parent
c7756befee
commit
aeb4e8a13a
@ -9989,6 +9989,10 @@ void Applink (char *dest, BOOL bSendOS, char *extraOutput)
|
|||||||
{
|
{
|
||||||
StringCbCopyA (url, sizeof (url),"https://veracrypt.codeplex.com/wikipage?title=Twofish");
|
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)
|
else if (strcmp(dest, "cascades") == 0)
|
||||||
{
|
{
|
||||||
StringCbCopyA (url, sizeof (url),"https://veracrypt.codeplex.com/wikipage?title=Cascades");
|
StringCbCopyA (url, sizeof (url),"https://veracrypt.codeplex.com/wikipage?title=Cascades");
|
||||||
|
Loading…
Reference in New Issue
Block a user