Fix error when trying to make DCP-o-matic DKDMs due to attempts to make
[dcpomatic.git] / src / wx / about_dialog.cc
index 9e790dacbb32c24db727d02549a825fb9fc0a692..0ac5d484f85ec29e19a9972f037a1dc6a8e6c4dd 100644 (file)
@@ -141,6 +141,11 @@ AboutDialog::AboutDialog (wxWindow* parent)
        translated_by.Add (wxT ("Gökhan Aksoy"));
        add_section (_("Translated by"), translated_by);
 
+       wxArrayString patrons;
+       patrons.Add ("Luproduction");
+       patrons.Add ("Lightbender Post");
+       add_section (_("Patrons"), patrons);
+
        wxArrayString subscribers;
        #include "subscribers.cc"
        add_section (_("Subscribers"), subscribers);