From: Carl Hetherington Date: Fri, 26 Aug 2022 19:18:23 +0000 (+0200) Subject: Tweak position of existing translator in the list. X-Git-Tag: v2.16.22~10 X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=04644d9d3beaff382d4d4765008ccecea2613793;hp=e11bce8255c44bd8265188ced101a55984f2dbe4 Tweak position of existing translator in the list. --- 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;