Use less vertical height for the logging checkboxes.
[dcpomatic.git] / src / wx / about_dialog.cc
index c4167c7e7472215260de71c773b17390cb21b7d1..5668adb78e7a8d8ba12b34bdf8e07acd82c3ce30 100644 (file)
@@ -84,7 +84,7 @@ AboutDialog::AboutDialog (wxWindow* parent)
 
        t = new StaticText (
                this,
-               _("(C) 2012-2021 Carl Hetherington, Terrence Meiczinger\n Ole Laursen"),
+               _("(C) 2012-2022 Carl Hetherington, Terrence Meiczinger\n Ole Laursen"),
                wxDefaultPosition, wxDefaultSize, wxALIGN_CENTER
                );
 
@@ -192,6 +192,7 @@ AboutDialog::AboutDialog (wxWindow* parent)
        tested_by.Add (wxT ("Denzil Kriekenbeek"));
        tested_by.Add (wxT ("Carsten Kurz"));
        tested_by.Add (wxT ("Bill Lam"));
+       tested_by.Add (wxT ("David Lankes"));
        tested_by.Add (wxT ("Lilian Lefranc"));
        tested_by.Add (wxT ("Sebastian Leitner"));
        tested_by.Add (wxT ("Olivier Lemaire"));