From: Carl Hetherington Date: Sun, 23 Oct 2022 19:50:18 +0000 (+0200) Subject: Add Daniel Courville to testers. X-Git-Tag: v2.16.32~10 X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=13ebde8a7ab4423d4380ece07b93c180a7234b0b Add Daniel Courville to testers. --- diff --git a/src/wx/about_dialog.cc b/src/wx/about_dialog.cc index eb100afc4..ff8f94714 100644 --- a/src/wx/about_dialog.cc +++ b/src/wx/about_dialog.cc @@ -178,6 +178,7 @@ AboutDialog::AboutDialog (wxWindow* parent) tested_by.Add (wxT ("Daniel Chauvet")); tested_by.Add (wxT ("Adam Colt")); tested_by.Add (wxT ("John Convertino")); + tested_by.Add (wxT ("Daniel Courville")); tested_by.Add (wxT ("Andreas Eli")); tested_by.Add (wxT ("Leo Enticknap")); tested_by.Add (wxT ("Jose Angel Velasco Fernandez"));