summaryrefslogtreecommitdiff
path: root/src/wx/about_dialog.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2023-11-27 10:34:04 +0100
committerCarl Hetherington <cth@carlh.net>2023-11-27 10:34:04 +0100
commitc77ca38aedcdba1de4abf5e80cf424ab5d117883 (patch)
tree2f702d30b0f0bc561422f63046af70b0258ba616 /src/wx/about_dialog.cc
parent025bd0356bbaf0d92411069ba69744436bb0f5d2 (diff)
Add Дима Агатов as a tester.
Diffstat (limited to 'src/wx/about_dialog.cc')
-rw-r--r--src/wx/about_dialog.cc1
1 files changed, 1 insertions, 0 deletions
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));