diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-04-16 14:07:44 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-04-16 14:07:44 +0100 |
| commit | ee83945f23b5d9c3ec06f0658a7ccca14a2c7890 (patch) | |
| tree | a11e77efc2bef1de3420629c37e30211d79e3082 /src/wx/about_dialog.cc | |
| parent | 123c801b4da72b612c5935796bbd1826bf63887f (diff) | |
Fix a few links from http -> https.
Diffstat (limited to 'src/wx/about_dialog.cc')
| -rw-r--r-- | src/wx/about_dialog.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/about_dialog.cc b/src/wx/about_dialog.cc index d5a369791..9e790dacb 100644 --- a/src/wx/about_dialog.cc +++ b/src/wx/about_dialog.cc @@ -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)); |
