From: Carl Hetherington Date: Sat, 15 Oct 2016 15:26:17 +0000 (+0100) Subject: More name reordering. X-Git-Tag: v2.9.36~1^2 X-Git-Url: https://git.carlh.net/gitweb/?a=commitdiff_plain;h=2df052b9e1811873d9ac90877836fadcd86ca6fb;p=dcpomatic.git More name reordering. --- 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"));