Swap order in about box.
authorCarl Hetherington <cth@carlh.net>
Sun, 20 Jan 2019 01:12:10 +0000 (01:12 +0000)
committerCarl Hetherington <cth@carlh.net>
Sun, 20 Jan 2019 01:12:10 +0000 (01:12 +0000)
src/wx/about_dialog.cc

index 061d44f4917786bcd22c143ad67bef6eabf14bd9..2c32b3e9eb5bc17ed0e31e87b74f2c5dd41775e6 100644 (file)
@@ -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);