Update all instances of the donation link. Fixes #26.

This commit is contained in:
Robert Vehse 2016-09-23 04:36:41 +02:00
parent 4c00df9463
commit 13bae8179e
4 changed files with 623 additions and 623 deletions

View File

@ -1545,7 +1545,7 @@ gtr_actions_handler (const char * action_name, gpointer user_data)
}
else if (g_strcmp0 (action_name, "donate") == 0)
{
gtr_open_uri ("http://www.transmissionbt.com/donate.php");
gtr_open_uri ("https://transmissionbt.com/donate/");
}
else if (g_strcmp0 (action_name, "pause-all-torrents") == 0)
{

File diff suppressed because it is too large Load Diff

View File

@ -621,7 +621,7 @@ MainWindow::openStats ()
void
MainWindow::openDonate ()
{
QDesktopServices::openUrl (QUrl (QLatin1String ("http://www.transmissionbt.com/donate.php")));
QDesktopServices::openUrl (QUrl (QLatin1String ("https://transmissionbt.com/donate/")));
}
void

View File

@ -724,7 +724,7 @@ Transmission.prototype = {
break;
case 'tipjar':
window.open('http://www.transmissionbt.com/donate.php');
window.open('https://transmissionbt.com/donate/');
break;
case 'unlimited_download_rate':