mirror of
https://github.com/veracrypt/VeraCrypt
synced 2024-11-24 12:03:28 +01:00
Update donation link to point to page indicating all accepted donations options.
This commit is contained in:
parent
049daa775a
commit
770af66d8b
@ -10169,7 +10169,7 @@ void Applink (char *dest, BOOL bSendOS, char *extraOutput)
|
||||
// sprintf_s (url, sizeof (url), TC_APPLINK "%s%s&dest=%s", bSendOS ? ("&os=" + GetWindowsEdition()).c_str() : "", extraOutput, dest);
|
||||
if (strcmp(dest, "donate") == 0)
|
||||
{
|
||||
StringCbCopyA (url, sizeof (url),"https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=5BCXVMTTNJDCY");
|
||||
StringCbCopyA (url, sizeof (url),"https://veracrypt.codeplex.com/wikipage?title=Donation#VeraCryptDonation");
|
||||
}
|
||||
else if (strcmp(dest, "main") == 0)
|
||||
{
|
||||
|
@ -1093,7 +1093,7 @@ namespace VeraCrypt
|
||||
|
||||
if (linkId == L"donate")
|
||||
{
|
||||
url = L"https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=5BCXVMTTNJDCY";
|
||||
url = L"https://veracrypt.codeplex.com/wikipage?title=Donation#VeraCryptDonation";
|
||||
}
|
||||
else if (linkId == L"main")
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user