From: Carl Hetherington Date: Sat, 11 Jun 2022 23:08:17 +0000 (+0200) Subject: Add tester. X-Git-Tag: v2.16.14~4 X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=360eb5afa95feb78c29139bbe2ff7c4f619343d6 Add tester. --- diff --git a/src/wx/about_dialog.cc b/src/wx/about_dialog.cc index e80a92d24..2d2cd1763 100644 --- a/src/wx/about_dialog.cc +++ b/src/wx/about_dialog.cc @@ -167,6 +167,7 @@ AboutDialog::AboutDialog (wxWindow* parent) wxArrayString tested_by; tested_by.Add (wxT ("Manuel AC")); tested_by.Add (wxT ("Trever Anderson")); + tested_by.Add (wxT ("Mohamad W. Ali")); tested_by.Add (wxT ("JP Beauviala")); tested_by.Add (wxT ("Mike Blakesley")); tested_by.Add (wxT ("David Booty"));