From: Carl Hetherington Date: Sun, 2 May 2021 08:12:31 +0000 (+0200) Subject: Add Groet Han as a tester. X-Git-Tag: v2.15.141~10 X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=694a5f0655ca8a11e5dd920aa6bd25bcad851a46;hp=1516214cdc7970797b79bca06b46a2eed16a1da3 Add Groet Han as a tester. --- diff --git a/src/wx/about_dialog.cc b/src/wx/about_dialog.cc index 79c6d4369..73c569282 100644 --- a/src/wx/about_dialog.cc +++ b/src/wx/about_dialog.cc @@ -179,6 +179,7 @@ AboutDialog::AboutDialog (wxWindow* parent) tested_by.Add (wxT ("Steve Guttag")); tested_by.Add (wxT ("Patrick Haderer")); tested_by.Add (wxT ("Bill Hamell")); + tested_by.Add (wxT ("Groet Han")); tested_by.Add (wxT ("Jonathan Jensen")); tested_by.Add (wxT ("Thierry Journet")); tested_by.Add (wxT ("Markus Kalb"));