Skip to content

Commit

Permalink
Changed donation method (closes #82)
Browse files Browse the repository at this point in the history
  • Loading branch information
julian-poidevin committed Aug 15, 2018
1 parent d98ace3 commit 3bb9a55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -839,7 +839,7 @@ void MainWindow::on_versionButton_clicked()

void MainWindow::on_pushButton_clicked()
{
QString link = "https://www.tipeee.com/MBPMid2010_GPUFix";
QString link = "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=VR3QQDC6GMDCQ";
QDesktopServices::openUrl(QUrl(link));

return;
Expand Down

0 comments on commit 3bb9a55

Please sign in to comment.