From: Carl Hetherington Date: Thu, 22 Dec 2022 21:43:09 +0000 (+0100) Subject: Add Marek Dudzik as a tester. X-Git-Tag: v2.16.37~1 X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=a29d8edc41ba94190d99086ed5f19150507c31d7 Add Marek Dudzik as a tester. --- diff --git a/src/wx/about_dialog.cc b/src/wx/about_dialog.cc index 2dc7e78ac..28f39a6bd 100644 --- a/src/wx/about_dialog.cc +++ b/src/wx/about_dialog.cc @@ -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"));