From 770af66d8bea2be8b3e6d520e67210f81fab2f6a Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Fri, 30 Dec 2016 23:08:08 +0100 Subject: Update donation link to point to page indicating all accepted donations options. --- src/Common/Dlgcode.c | 2 +- src/Main/GraphicUserInterface.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Common/Dlgcode.c b/src/Common/Dlgcode.c index 3fc5c06a..c15da303 100644 --- a/src/Common/Dlgcode.c +++ b/src/Common/Dlgcode.c @@ -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) { diff --git a/src/Main/GraphicUserInterface.cpp b/src/Main/GraphicUserInterface.cpp index 9ff259c5..a5687a71 100644 --- a/src/Main/GraphicUserInterface.cpp +++ b/src/Main/GraphicUserInterface.cpp @@ -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") { -- cgit v1.2.3