diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-08-26 21:18:23 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-08-26 21:18:31 +0200 |
| commit | 04644d9d3beaff382d4d4765008ccecea2613793 (patch) | |
| tree | 4b7dd800e4deb987de604944403099f4829cff0f /src/wx/about_dialog.cc | |
| parent | e11bce8255c44bd8265188ced101a55984f2dbe4 (diff) | |
Tweak position of existing translator in the list.
Diffstat (limited to 'src/wx/about_dialog.cc')
| -rw-r--r-- | src/wx/about_dialog.cc | 2 |
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; |
