1
0
mirror of https://github.com/veracrypt/VeraCrypt.git synced 2025-11-11 11:08:02 -06:00

Update donation link to point to page indicating all accepted donations options.

This commit is contained in:
Mounir IDRASSI
2016-12-30 23:08:08 +01:00
parent 049daa775a
commit 770af66d8b
2 changed files with 2 additions and 2 deletions

View File

@@ -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)
{

View File

@@ -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")
{