Update URLs opened by the UI to use HTTPs

This commit is contained in:
Mads Kiilerich 2022-10-24 05:00:44 +02:00 committed by Robin Gareus
parent 004b32b91e
commit 358f3ba9b9
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04
2 changed files with 2 additions and 2 deletions

View File

@ -609,7 +609,7 @@ About::About ()
set_copyright (_("Copyright (C) 1999-2022 Paul Davis\n")); set_copyright (_("Copyright (C) 1999-2022 Paul Davis\n"));
set_license (gpl); set_license (gpl);
set_name (X_("Ardour")); set_name (X_("Ardour"));
set_website (X_("http://ardour.org/")); set_website (X_("https://ardour.org/"));
set_website_label (_("http://ardour.org/")); set_website_label (_("http://ardour.org/"));
set_version ((string_compose(_("%1%2\n(rev %3)\n%4%5"), set_version ((string_compose(_("%1%2\n(rev %3)\n%4%5"),
VERSIONSTRING, VERSIONSTRING,

View File

@ -201,7 +201,7 @@ NagScreen::offer_to_donate ()
void void
NagScreen::offer_to_subscribe () NagScreen::offer_to_subscribe ()
{ {
const char* uri = "http://ardour.org/subscribe"; const char* uri = "https://ardour.org/subscribe";
if (PBD::open_uri (uri)) { if (PBD::open_uri (uri)) {
mark_subscriber (); mark_subscriber ();