Add Luproduction as patron.
[dcpomatic.git] / src / wx / about_dialog.cc
index 9e790dacbb32c24db727d02549a825fb9fc0a692..8f31cd55708c96cbfc7fb7e7d9230a65eb9f6588 100644 (file)
@@ -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);