Add Дима Агатов as a tester.
authorCarl Hetherington <cth@carlh.net>
Mon, 27 Nov 2023 09:34:04 +0000 (10:34 +0100)
committerCarl Hetherington <cth@carlh.net>
Mon, 27 Nov 2023 09:34:04 +0000 (10:34 +0100)
src/wx/about_dialog.cc

index fbb89bfd665f2a4e1515c2b88941c0b5c48c086b..f35023a46c050da856a9587c2737e7ffa2546fca 100644 (file)
@@ -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));