summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/wx/about_dialog.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/about_dialog.cc b/src/wx/about_dialog.cc
index e14c8aa2f..7a7039d0c 100644
--- a/src/wx/about_dialog.cc
+++ b/src/wx/about_dialog.cc
@@ -113,6 +113,7 @@ AboutDialog::AboutDialog (wxWindow* parent)
wxArrayString translated_by;
translated_by.Add (wxT ("Manuel AC"));
translated_by.Add (wxT ("Max Aeschlimann"));
+ translated_by.Add (wxT ("Gökhan Aksoy"));
translated_by.Add (wxT ("Thiago Andre"));
translated_by.Add (wxT ("Felice D'Andrea"));
translated_by.Add (wxT ("Grégoire Ausina"));
@@ -147,7 +148,6 @@ AboutDialog::AboutDialog (wxWindow* parent)
translated_by.Add (wxT ("Igor Voytovich"));
translated_by.Add (wxT ("Rov (若文)"));
translated_by.Add (wxT ("刘汉源"));
- translated_by.Add (wxT ("Gökhan Aksoy"));
add_section (_("Translated by"), translated_by);
wxArrayString patrons;