diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2016-12-30 23:08:08 +0100 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2016-12-30 23:56:37 +0100 |
commit | 770af66d8bea2be8b3e6d520e67210f81fab2f6a (patch) | |
tree | d230249cc6272ae3c621ced109a628869945ae7c /src/Main/GraphicUserInterface.cpp | |
parent | 049daa775a2cb07de9f5f513448d3db441054e05 (diff) | |
download | VeraCrypt-770af66d8bea2be8b3e6d520e67210f81fab2f6a.tar.gz VeraCrypt-770af66d8bea2be8b3e6d520e67210f81fab2f6a.zip |
Update donation link to point to page indicating all accepted donations options.
Diffstat (limited to 'src/Main/GraphicUserInterface.cpp')
-rw-r--r-- | src/Main/GraphicUserInterface.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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") { |