Fix a few links from http -> https.
[dcpomatic.git] / src / wx / about_dialog.cc
index d5a3697918c9828bc6662247031242c2487dba7e..9e790dacbb32c24db727d02549a825fb9fc0a692 100644 (file)
@@ -74,7 +74,7 @@ AboutDialog::AboutDialog (wxWindow* parent)
        wxHyperlinkCtrl* h = new wxHyperlinkCtrl (
                this, wxID_ANY,
                wxT ("dcpomatic.com"),
-               wxT ("http://dcpomatic.com")
+               wxT ("https://dcpomatic.com")
                );
 
        sizer->Add (h, wxSizerFlags().Centre().Border(wxALL, 8));