From b9a061680dd4d9b46e53bdf9e886a2b07a8daf4b Mon Sep 17 00:00:00 2001 From: sledgehammer999 Date: Sun, 4 Oct 2015 22:26:56 +0300 Subject: [PATCH] Fix broken donation link. Closes #3771. --- src/gui/mainwindow.cpp | 2 +- src/webui/www/private/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gui/mainwindow.cpp b/src/gui/mainwindow.cpp index c85cb2f45..9a1cfded2 100644 --- a/src/gui/mainwindow.cpp +++ b/src/gui/mainwindow.cpp @@ -1485,7 +1485,7 @@ void MainWindow::handleUpdateCheckFinished(bool update_available, QString new_ve void MainWindow::on_actionDonate_money_triggered() { - QDesktopServices::openUrl(QUrl("http://sourceforge.net/donate/index.php?group_id=163414")); + QDesktopServices::openUrl(QUrl("http://www.qbittorrent.org/donate")); } void MainWindow::showConnectionSettings() diff --git a/src/webui/www/private/index.html b/src/webui/www/private/index.html index f7db8ab31..3d0cf74ed 100644 --- a/src/webui/www/private/index.html +++ b/src/webui/www/private/index.html @@ -75,7 +75,7 @@ QBT_TR(&Help)QBT_TR