From: Carl Hetherington Date: Mon, 10 Oct 2016 10:49:02 +0000 (+0100) Subject: Tweak supporter name. X-Git-Tag: v2.9.32~3 X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=02f76e091def9338dae85b0354d9bfc14140e65d Tweak supporter name. --- diff --git a/src/wx/about_dialog.cc b/src/wx/about_dialog.cc index 28b5630e0..9364b5427 100644 --- a/src/wx/about_dialog.cc +++ b/src/wx/about_dialog.cc @@ -190,6 +190,7 @@ AboutDialog::AboutDialog (wxWindow* parent) supported_by.Add (wxT ("Lars Kelto")); supported_by.Add (wxT ("Erwan Kerzanet")); supported_by.Add (wxT ("Kert Kiima")); + supported_by.Add (wxT ("Alabama Kino")); supported_by.Add (wxT ("Adam Klotblixt")); supported_by.Add (wxT ("Filip Kovcin")); supported_by.Add (wxT ("Cihan Kulaber")); @@ -200,7 +201,6 @@ 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 ("Christian Mattern")); supported_by.Add (wxT ("P. Meijer")); supported_by.Add (wxT ("Michal Moc")); supported_by.Add (wxT ("David Armati Lechner"));