summaryrefslogtreecommitdiff
path: root/src/wx/about_dialog.cc
diff options
context:
space:
mode:
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 d4a06a2c5..5ded69339 100644
--- a/src/wx/about_dialog.cc
+++ b/src/wx/about_dialog.cc
@@ -97,6 +97,7 @@ AboutDialog::AboutDialog (wxWindow* parent)
translated_by.Add (wxT ("Massimiliano Broggi"));
translated_by.Add (wxT ("Manuel AC"));
translated_by.Add (wxT ("Adam Klotblixt"));
+ translated_by.Add (wxT ("Markus Raab"));
add_section (_("Translated by"), translated_by);
wxArrayString supported_by;