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

This commit is contained in:
Robert Vehse 2016-09-23 04:36:41 +02:00 committed by Mike Gelfand
parent 7cc4cfbe7b
commit a6ef87b92d
4 changed files with 623 additions and 623 deletions

View File

@ -1547,7 +1547,7 @@ gtr_actions_handler (const char * action_name, gpointer user_data)
}
else if (!g_strcmp0 (action_name, "donate"))
{
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"))
{

File diff suppressed because it is too large Load Diff

View File

@ -623,7 +623,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

@ -703,7 +703,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':