Add FilmViewer::time_until_next_frame.
[dcpomatic.git] / src / wx / about_dialog.cc
index 8f31cd55708c96cbfc7fb7e7d9230a65eb9f6588..c3b1705e11fa46e6482d2611f446204040a181a7 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
                );
 
@@ -143,6 +143,7 @@ AboutDialog::AboutDialog (wxWindow* parent)
 
        wxArrayString patrons;
        patrons.Add ("Luproduction");
+       patrons.Add ("Lightbender Post");
        add_section (_("Patrons"), patrons);
 
        wxArrayString subscribers;