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
7cc4cfbe7b
commit
a6ef87b92d
4 changed files with 623 additions and 623 deletions
|
@ -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"))
|
||||
{
|
||||
|
|
1240
macosx/Controller.m
1240
macosx/Controller.m
File diff suppressed because it is too large
Load diff
|
@ -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
|
||||
|
|
|
@ -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':
|
||||
|
|
Loading…
Reference in a new issue