Add patron.
[dcpomatic.git] / src / wx / about_dialog.cc
index 0ac5d484f85ec29e19a9972f037a1dc6a8e6c4dd..9ec41d7d36d3702f44d0877e3407ba9d266a7e80 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2013-2019 Carl Hetherington <cth@carlh.net>
+    Copyright (C) 2013-2020 Carl Hetherington <cth@carlh.net>
 
     This file is part of DCP-o-matic.
 
@@ -81,7 +81,7 @@ AboutDialog::AboutDialog (wxWindow* parent)
 
        t = new StaticText (
                this,
-               _("(C) 2012-2019 Carl Hetherington, Terrence Meiczinger\n Ole Laursen, Brecht Sanders"),
+               _("(C) 2012-2020 Carl Hetherington, Terrence Meiczinger\n Ole Laursen, Brecht Sanders"),
                wxDefaultPosition, wxDefaultSize, wxALIGN_CENTER
                );
 
@@ -144,6 +144,7 @@ AboutDialog::AboutDialog (wxWindow* parent)
        wxArrayString patrons;
        patrons.Add ("Luproduction");
        patrons.Add ("Lightbender Post");
+       patrons.Add ("Drop-out Cinema");
        add_section (_("Patrons"), patrons);
 
        wxArrayString subscribers;