Add Luproduction as patron.
[dcpomatic.git] / src / wx / about_dialog.cc
index d5a3697918c9828bc6662247031242c2487dba7e..8f31cd55708c96cbfc7fb7e7d9230a65eb9f6588 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));
@@ -141,6 +141,10 @@ AboutDialog::AboutDialog (wxWindow* parent)
        translated_by.Add (wxT ("Gökhan Aksoy"));
        add_section (_("Translated by"), translated_by);
 
+       wxArrayString patrons;
+       patrons.Add ("Luproduction");
+       add_section (_("Patrons"), patrons);
+
        wxArrayString subscribers;
        #include "subscribers.cc"
        add_section (_("Subscribers"), subscribers);