diff options
Diffstat (limited to 'src/wx/about_dialog.cc')
| -rw-r--r-- | src/wx/about_dialog.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wx/about_dialog.cc b/src/wx/about_dialog.cc index dd80e94cb..21274cda2 100644 --- a/src/wx/about_dialog.cc +++ b/src/wx/about_dialog.cc @@ -105,6 +105,7 @@ AboutDialog::AboutDialog (wxWindow* parent) translated_by.Add (wxT ("Markus Raab")); translated_by.Add (wxT ("Theo Kooijmans")); translated_by.Add (wxT ("Max Aeschlimann")); + translated_by.Add (wxT ("Carsten Kurz")); add_section (_("Translated by"), translated_by); wxArrayString artwork_by; |
