Allow debug builds with no internet connection. Also add missing patron.
[dcpomatic.git] / src / wx / about_dialog.cc
index 8f31cd55708c96cbfc7fb7e7d9230a65eb9f6588..0ac5d484f85ec29e19a9972f037a1dc6a8e6c4dd 100644 (file)
@@ -143,6 +143,7 @@ AboutDialog::AboutDialog (wxWindow* parent)
 
        wxArrayString patrons;
        patrons.Add ("Luproduction");
+       patrons.Add ("Lightbender Post");
        add_section (_("Patrons"), patrons);
 
        wxArrayString subscribers;