From: Carl Hetherington Date: Mon, 17 Jan 2022 17:52:21 +0000 (+0100) Subject: Add David Lankes as a tester. X-Git-Tag: checked-for-v2.16.x~63 X-Git-Url: https://main.carlh.net/gitweb/?a=commitdiff_plain;ds=sidebyside;h=d8f812067f07204da3a3eed81b127b9062d64012;p=dcpomatic.git Add David Lankes as a tester. --- diff --git a/src/wx/about_dialog.cc b/src/wx/about_dialog.cc index b1fbaf2d2..5668adb78 100644 --- a/src/wx/about_dialog.cc +++ b/src/wx/about_dialog.cc @@ -192,6 +192,7 @@ AboutDialog::AboutDialog (wxWindow* parent) tested_by.Add (wxT ("Denzil Kriekenbeek")); tested_by.Add (wxT ("Carsten Kurz")); tested_by.Add (wxT ("Bill Lam")); + tested_by.Add (wxT ("David Lankes")); tested_by.Add (wxT ("Lilian Lefranc")); tested_by.Add (wxT ("Sebastian Leitner")); tested_by.Add (wxT ("Olivier Lemaire"));