X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fabout_dialog.cc;h=0c9081f020cf09822fdbac93208d1ed58de2be82;hb=99918e4964d696c2cdc6512b8f2ebb9d46db3163;hp=5c191d137a3639870fe9b42095b81e5447472948;hpb=9af2f52c16ceb198367c801713eb4f5c0435f81e;p=dcpomatic.git diff --git a/src/wx/about_dialog.cc b/src/wx/about_dialog.cc index 5c191d137..0c9081f02 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)); @@ -138,8 +138,15 @@ AboutDialog::AboutDialog (wxWindow* parent) translated_by.Add (wxT ("Igor Voytovich")); translated_by.Add (wxT ("Rov (若文)")); translated_by.Add (wxT ("刘汉源")); + translated_by.Add (wxT ("Gökhan Aksoy")); add_section (_("Translated by"), translated_by); + wxArrayString patrons; + patrons.Add ("Luproduction"); + patrons.Add ("Lightbender Post"); + patrons.Add ("Drop-out Cinema"); + add_section (_("Patrons"), patrons); + wxArrayString subscribers; #include "subscribers.cc" add_section (_("Subscribers"), subscribers);