summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-10-15 16:23:14 +0100
committerCarl Hetherington <cth@carlh.net>2016-10-15 16:23:14 +0100
commitab8fa1cdf0e5e17d130ef23323c0e14a79a61533 (patch)
treea4f8d5d499d8cde483ba8b3d95cc235188971867 /src
parent7393cdf7e0836ea6974f5a9673757fbf94a0f922 (diff)
Tweak ordering of lists.
Diffstat (limited to 'src')
-rw-r--r--src/wx/about_dialog.cc18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/wx/about_dialog.cc b/src/wx/about_dialog.cc
index 9364b5427..65edc436a 100644
--- a/src/wx/about_dialog.cc
+++ b/src/wx/about_dialog.cc
@@ -144,8 +144,8 @@ AboutDialog::AboutDialog (wxWindow* parent)
supported_by.Add (wxT ("Silvio Bonomi"));
supported_by.Add (wxT ("Jeff Boot"));
supported_by.Add (wxT ("Paul Carey"));
- supported_by.Add (wxT ("Kieran Carroll"));
supported_by.Add (wxT ("Nathan Carpenter"));
+ supported_by.Add (wxT ("Kieran Carroll"));
supported_by.Add (wxT ("Matt Carter"));
supported_by.Add (wxT ("Frank Cianciolo"));
supported_by.Add (wxT ("Central Cinema"));
@@ -195,16 +195,9 @@ AboutDialog::AboutDialog (wxWindow* parent)
supported_by.Add (wxT ("Filip Kovcin"));
supported_by.Add (wxT ("Cihan Kulaber"));
supported_by.Add (wxT ("Carsten Kurz"));
- supported_by.Add (wxT ("Robert Legato"));
- supported_by.Add (wxT ("Mandorla"));
- supported_by.Add (wxT ("Andrea Maguolo"));
- supported_by.Add (wxT ("Gerard Manshanden"));
- supported_by.Add (wxT ("Daniel Martinez Lara"));
- supported_by.Add (wxT ("Stefan Massopust"));
- supported_by.Add (wxT ("P. Meijer"));
- supported_by.Add (wxT ("Michal Moc"));
supported_by.Add (wxT ("David Armati Lechner"));
supported_by.Add (wxT ("Lilian Lefranc"));
+ supported_by.Add (wxT ("Robert Legato"));
supported_by.Add (wxT ("Sean Leigh"));
supported_by.Add (wxT ("Olivier Lemaire"));
supported_by.Add (wxT ("Gavin Lewarne"));
@@ -212,6 +205,13 @@ AboutDialog::AboutDialog (wxWindow* parent)
supported_by.Add (wxT ("Paweł Lipiński"));
supported_by.Add (wxT ("Marco Löber"));
supported_by.Add (wxT ("Juan Marin Lorenzo"));
+ supported_by.Add (wxT ("Mandorla"));
+ supported_by.Add (wxT ("Andrea Maguolo"));
+ supported_by.Add (wxT ("Gerard Manshanden"));
+ supported_by.Add (wxT ("Daniel Martinez Lara"));
+ supported_by.Add (wxT ("Stefan Massopust"));
+ supported_by.Add (wxT ("P. Meijer"));
+ supported_by.Add (wxT ("Michal Moc"));
supported_by.Add (wxT ("Richard Malmberg"));
supported_by.Add (wxT ("Adrian Manolescu"));
supported_by.Add (wxT ("Mattias Mattsson"));