summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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 d169db971..d24032849 100644
--- a/src/wx/about_dialog.cc
+++ b/src/wx/about_dialog.cc
@@ -163,6 +163,7 @@ AboutDialog::AboutDialog (wxWindow* parent)
testers.Add (wxT ("Pepijn Klijs"));
testers.Add (wxT ("Will Meadows"));
testers.Add (wxT ("Adam Colt"));
+ testers.Add (wxT ("Markus Raab"));
add_section (_("Tested by"), testers);
sizer->Add (_notebook, wxSizerFlags().Centre().Border(wxALL, 16).Expand());