From: Carl Hetherington Date: Mon, 27 Nov 2023 09:34:04 +0000 (+0100) Subject: Add Дима Агатов as a tester. X-Git-Tag: v2.16.70~6 X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=c77ca38aedcdba1de4abf5e80cf424ab5d117883 Add Дима Агатов as a tester. --- diff --git a/src/wx/about_dialog.cc b/src/wx/about_dialog.cc index fbb89bfd6..f35023a46 100644 --- a/src/wx/about_dialog.cc +++ b/src/wx/about_dialog.cc @@ -232,6 +232,7 @@ AboutDialog::AboutDialog (wxWindow* parent) tested_by.Add (wxT ("Andreas Weiss")); tested_by.Add (wxT ("Paul Willmott")); tested_by.Add (wxT ("Wolfgang Woehl")); + tested_by.Add (wxT ("Дима Агатов")); add_section (_("Tested by"), tested_by); sizer->Add (_notebook, wxSizerFlags().Centre().Border(wxALL, 16));