diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-10-15 16:26:17 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-10-15 16:26:17 +0100 |
| commit | 2df052b9e1811873d9ac90877836fadcd86ca6fb (patch) | |
| tree | aeeac375533a01883ac7f5855ef36219e729cd6d /src | |
| parent | ab8fa1cdf0e5e17d130ef23323c0e14a79a61533 (diff) | |
More name reordering.
Diffstat (limited to 'src')
| -rw-r--r-- | src/wx/about_dialog.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wx/about_dialog.cc b/src/wx/about_dialog.cc index 65edc436a..70cfed4e1 100644 --- a/src/wx/about_dialog.cc +++ b/src/wx/about_dialog.cc @@ -210,17 +210,17 @@ AboutDialog::AboutDialog (wxWindow* parent) 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")); supported_by.Add (wxT ("George Mazarakis")); supported_by.Add (wxT ("Gordon McLeod")); + supported_by.Add (wxT ("P. Meijer")); supported_by.Add (wxT ("Brian Mendelssohn")); supported_by.Add (wxT ("Kjarten Michaelsen")); supported_by.Add (wxT ("Aldo Midali")); supported_by.Add (wxT ("Sylvain Mielle")); + supported_by.Add (wxT ("Michal Moc")); supported_by.Add (wxT ("Howard Molton")); supported_by.Add (wxT ("Lindsay Morris")); supported_by.Add (wxT ("NT Next")); |
