mirror of
https://github.com/transmission/transmission
synced 2024-12-25 17:17:31 +00:00
Update all instances of the donation link. Fixes #26.
This commit is contained in:
parent
4c00df9463
commit
13bae8179e
4 changed files with 623 additions and 623 deletions
|
@ -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)
|
||||
{
|
||||
|
|
|
@ -134,7 +134,7 @@ typedef enum
|
|||
#define WEBSITE_URL @"http://www.transmissionbt.com/"
|
||||
#define FORUM_URL @"http://forum.transmissionbt.com/"
|
||||
#define TRAC_URL @"http://trac.transmissionbt.com/"
|
||||
#define DONATE_URL @"http://www.transmissionbt.com/donate.php"
|
||||
#define DONATE_URL @"https://transmissionbt.com/donate/"
|
||||
|
||||
#define DONATE_NAG_TIME (60 * 60 * 24 * 7)
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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':
|
||||
|
|
Loading…
Reference in a new issue