Route donate link in installer to the right url.

This commit is contained in:
Ansgar Becker
2013-09-14 08:23:08 +00:00
parent 7ddd451347
commit fdca39e00d

View File

@ -90,7 +90,7 @@ procedure DonateClick(Sender: TObject);
var
ErrorCode: Integer;
begin
ShellExec('open', '{#WebSite}donate.php', '', '', SW_SHOWNORMAL, ewNoWait, ErrorCode);
ShellExec('open', '{#WebSite}donatebutton.php?place=installer', '', '', SW_SHOWNORMAL, ewNoWait, ErrorCode);
end;
procedure InitializeWizard();