Use ScopeGuard for _no_check_selection
[dcpomatic.git] / src / wx / about_dialog.cc
index 2dc7e78ac803189ae54526945f9f8de2f2a6c8f6..4592ab2e538d4ab92e4b405766521be72fc55407 100644 (file)
@@ -86,7 +86,7 @@ AboutDialog::AboutDialog (wxWindow* parent)
 
        t = new StaticText (
                this,
-               _("(C) 2012-2022 Carl Hetherington, Terrence Meiczinger\n Ole Laursen"),
+               _("(C) 2012-2023 Carl Hetherington, Terrence Meiczinger\n Ole Laursen"),
                wxDefaultPosition, wxDefaultSize, wxALIGN_CENTER
                );
 
@@ -180,6 +180,7 @@ AboutDialog::AboutDialog (wxWindow* parent)
        tested_by.Add (wxT ("Adam Colt"));
        tested_by.Add (wxT ("John Convertino"));
        tested_by.Add (wxT ("Daniel Courville"));
+       tested_by.Add (wxT ("Marek Dudzik"));
        tested_by.Add (wxT ("Andreas Eli"));
        tested_by.Add (wxT ("Leo Enticknap"));
        tested_by.Add (wxT ("Jose Angel Velasco Fernandez"));