From 2ac0a4eb4629b9bb683f44589d0d2a4d53c7f137 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 20 Jan 2019 01:12:10 +0000 Subject: Swap order in about box. --- src/wx/about_dialog.cc | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/wx/about_dialog.cc b/src/wx/about_dialog.cc index 061d44f49..2c32b3e9e 100644 --- a/src/wx/about_dialog.cc +++ b/src/wx/about_dialog.cc @@ -98,6 +98,14 @@ AboutDialog::AboutDialog (wxWindow* parent) written_by.Add (wxT ("Jianguo Huang")); add_section (_("Written by"), written_by); + wxArrayString with_help_from; + with_help_from.Add (wxT ("David Vignoni")); + with_help_from.Add (wxT ("Dennis Couzin")); + with_help_from.Add (wxT ("Carsten Kurz")); + with_help_from.Add (wxT ("Gérald Maruccia")); + with_help_from.Add (wxT ("Julian van Mil")); + add_section (_("With help from"), with_help_from); + wxArrayString translated_by; translated_by.Add (wxT ("Manuel AC")); translated_by.Add (wxT ("Max Aeschlimann")); @@ -131,14 +139,6 @@ AboutDialog::AboutDialog (wxWindow* parent) translated_by.Add (wxT ("刘汉源")); add_section (_("Translated by"), translated_by); - wxArrayString with_help_from; - with_help_from.Add (wxT ("David Vignoni")); - with_help_from.Add (wxT ("Dennis Couzin")); - with_help_from.Add (wxT ("Carsten Kurz")); - with_help_from.Add (wxT ("Gérald Maruccia")); - with_help_from.Add (wxT ("Julian van Mil")); - add_section (_("With help from"), with_help_from); - wxArrayString subscribers; #include "subscribers.cc" add_section (_("Subscribers"), subscribers); -- cgit v1.2.3