X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fabout_dialog.cc;h=1c8eaa30f719a87a7c6898bc3361fa835cc61a98;hb=54455dc2e07d777c42431ec665c7c2fb2b0cfa10;hp=9dcac5257f8e8ac6baac3b1ec6a9f105deeaaf87;hpb=d7013785f7a1d86feb471af826419afa6298e2b8;p=dcpomatic.git diff --git a/src/wx/about_dialog.cc b/src/wx/about_dialog.cc index 9dcac5257..1c8eaa30f 100644 --- a/src/wx/about_dialog.cc +++ b/src/wx/about_dialog.cc @@ -1,5 +1,5 @@ /* - Copyright (C) 2013-2016 Carl Hetherington + Copyright (C) 2013-2017 Carl Hetherington This file is part of DCP-o-matic. @@ -80,7 +80,7 @@ AboutDialog::AboutDialog (wxWindow* parent) t = new wxStaticText ( this, wxID_ANY, - _("(C) 2012-2016 Carl Hetherington, Terrence Meiczinger\n Ole Laursen, Brecht Sanders"), + _("(C) 2012-2017 Carl Hetherington, Terrence Meiczinger\n Ole Laursen, Brecht Sanders"), wxDefaultPosition, wxDefaultSize, wxALIGN_CENTER ); @@ -131,6 +131,7 @@ AboutDialog::AboutDialog (wxWindow* parent) with_help_from.Add (wxT ("David Vignoni")); with_help_from.Add (wxT ("Dennis Couzin")); 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 supported_by; @@ -162,6 +163,7 @@ AboutDialog::AboutDialog (wxWindow* parent) supported_by.Add (wxT ("Thomas Dickens")); supported_by.Add (wxT ("Unwana Essien")); supported_by.Add (wxT ("Maxime Estoppey")); + supported_by.Add (wxT ("Peter Ericson")); supported_by.Add (wxT ("Darius Family")); supported_by.Add (wxT ("Rasitha Ferdinando")); supported_by.Add (wxT ("Jose Angel Velasco Fernandez")); @@ -178,6 +180,7 @@ AboutDialog::AboutDialog (wxWindow* parent) supported_by.Add (wxT ("Gerhard Gruber")); supported_by.Add (wxT ("Flor Guillaume")); supported_by.Add (wxT ("Patrick Haderer")); + supported_by.Add (wxT ("刘汉源")); supported_by.Add (wxT ("Jeff Hemingway")); supported_by.Add (wxT ("Antonio Ruiz Hernandez")); supported_by.Add (wxT ("Film.Ca Inc.")); @@ -190,6 +193,7 @@ AboutDialog::AboutDialog (wxWindow* parent) supported_by.Add (wxT ("Thierry Journet")); supported_by.Add (wxT ("Mario Kalogjera")); supported_by.Add (wxT ("Zbigniew Kamiński")); + supported_by.Add (wxT ("Ikram Karimov")); supported_by.Add (wxT ("Chris Kay")); supported_by.Add (wxT ("Lars Kelto")); supported_by.Add (wxT ("Erwan Kerzanet")); @@ -205,6 +209,7 @@ AboutDialog::AboutDialog (wxWindow* parent) supported_by.Add (wxT ("Robert Legato")); supported_by.Add (wxT ("Sean Leigh")); supported_by.Add (wxT ("Olivier Lemaire")); + supported_by.Add (wxT ("Eric Lesachet")); supported_by.Add (wxT ("Gavin Lewarne")); supported_by.Add (wxT ("Theo Lipfert")); supported_by.Add (wxT ("Paweł Lipiński")); @@ -225,11 +230,14 @@ AboutDialog::AboutDialog (wxWindow* parent) supported_by.Add (wxT ("Kjarten Michaelsen")); supported_by.Add (wxT ("Aldo Midali")); supported_by.Add (wxT ("Sylvain Mielle")); + supported_by.Add (wxT ("Jill Mobley")); supported_by.Add (wxT ("Michal Moc")); supported_by.Add (wxT ("Howard Molton")); supported_by.Add (wxT ("Lindsay Morris")); + supported_by.Add (wxT ("Moviemento Kino")); supported_by.Add (wxT ("NT Next")); supported_by.Add (wxT ("David Nedrow")); + supported_by.Add (wxT ("Niclas Nornemark")); supported_by.Add (wxT ("Casablanca Nuernberg")); supported_by.Add (wxT ("Pascal Nussbaum")); supported_by.Add (wxT ("Tim O'Brien")); @@ -240,17 +248,21 @@ AboutDialog::AboutDialog (wxWindow* parent) supported_by.Add (wxT ("Olov Östlund")); supported_by.Add (wxT ("Vasiliy Popov")); supported_by.Add (wxT ("Rui Pereira")); + supported_by.Add (wxT ("Andrea Pieri")); supported_by.Add (wxT ("Denis Postle")); supported_by.Add (wxT ("Aditya Pratama")); supported_by.Add (wxT ("Ceridwen Productions")); supported_by.Add (wxT ("Ivan Pullman")); + supported_by.Add (wxT ("Arts Quest")); supported_by.Add (wxT ("Desiderio Garcia Ramirez")); supported_by.Add (wxT ("Steve Reverand")); supported_by.Add (wxT ("Mark Rolfe")); + supported_by.Add (wxT ("Leigh Rosin")); supported_by.Add (wxT ("David Rozenthal")); supported_by.Add (wxT ("Lasse Salling")); supported_by.Add (wxT ("Jussi Siponen")); supported_by.Add (wxT ("Gregg Smith")); + supported_by.Add (wxT ("Marco Spiaggi")); supported_by.Add (wxT ("Peter Sprenger")); supported_by.Add (wxT ("Randy Stankey")); supported_by.Add (wxT ("Andrä Steiner"));