VeraCrypt
aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMounir IDRASSI <mounir.idrassi@idrix.fr>2016-12-30 23:08:08 +0100
committerMounir IDRASSI <mounir.idrassi@idrix.fr>2016-12-30 23:56:37 +0100
commit770af66d8bea2be8b3e6d520e67210f81fab2f6a (patch)
treed230249cc6272ae3c621ced109a628869945ae7c
parent049daa775a2cb07de9f5f513448d3db441054e05 (diff)
downloadVeraCrypt-770af66d8bea2be8b3e6d520e67210f81fab2f6a.tar.gz
VeraCrypt-770af66d8bea2be8b3e6d520e67210f81fab2f6a.zip
Update donation link to point to page indicating all accepted donations options.
-rw-r--r--src/Common/Dlgcode.c2
-rw-r--r--src/Main/GraphicUserInterface.cpp2
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)
10169 // sprintf_s (url, sizeof (url), TC_APPLINK "%s%s&dest=%s", bSendOS ? ("&os=" + GetWindowsEdition()).c_str() : "", extraOutput, dest); 10169 // sprintf_s (url, sizeof (url), TC_APPLINK "%s%s&dest=%s", bSendOS ? ("&os=" + GetWindowsEdition()).c_str() : "", extraOutput, dest);
10170 if (strcmp(dest, "donate") == 0) 10170 if (strcmp(dest, "donate") == 0)
10171 { 10171 {
10172 StringCbCopyA (url, sizeof (url),"https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=5BCXVMTTNJDCY"); 10172 StringCbCopyA (url, sizeof (url),"https://veracrypt.codeplex.com/wikipage?title=Donation#VeraCryptDonation");
10173 } 10173 }
10174 else if (strcmp(dest, "main") == 0) 10174 else if (strcmp(dest, "main") == 0)
10175 { 10175 {
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
1093 1093
1094 if (linkId == L"donate") 1094 if (linkId == L"donate")
1095 { 1095 {
1096 url = L"https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=5BCXVMTTNJDCY"; 1096 url = L"https://veracrypt.codeplex.com/wikipage?title=Donation#VeraCryptDonation";
1097 } 1097 }
1098 else if (linkId == L"main") 1098 else if (linkId == L"main")
1099 { 1099 {