Supporter.
[dcpomatic.git] / src / wx / about_dialog.cc
index 3fffca0396ebbaf7dd2da182a0d86ebb3025c878..1fd7d3da6cd680410b6df9a34a39c8f651096cdc 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2013-2015 Carl Hetherington <cth@carlh.net>
+    Copyright (C) 2013-2016 Carl Hetherington <cth@carlh.net>
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
@@ -79,7 +79,7 @@ AboutDialog::AboutDialog (wxWindow* parent)
 
        t = new wxStaticText (
                this, wxID_ANY,
-               _("(C) 2012-2015 Carl Hetherington, Terrence Meiczinger\n Ole Laursen, Brecht Sanders"),
+               _("(C) 2012-2016 Carl Hetherington, Terrence Meiczinger\n Ole Laursen, Brecht Sanders"),
                wxDefaultPosition, wxDefaultSize, wxALIGN_CENTER
                );
 
@@ -103,6 +103,7 @@ AboutDialog::AboutDialog (wxWindow* parent)
        translated_by.Add (wxT ("Massimiliano Broggi"));
        translated_by.Add (wxT ("Davide Dall'AraCiao"));
        translated_by.Add (wxT ("William Fanelli"));
+       translated_by.Add (wxT ("Tomáš Hlaváč"));
        translated_by.Add (wxT ("Thierry Journet"));
        translated_by.Add (wxT ("Adam Klotblixt"));
        translated_by.Add (wxT ("Theo Kooijmans"));
@@ -155,11 +156,13 @@ AboutDialog::AboutDialog (wxWindow* parent)
        supported_by.Add (wxT ("Alan Gouger"));
        supported_by.Add (wxT ("Christopher Gray"));
        supported_by.Add (wxT ("Vincent Grenier"));
+       supported_by.Add (wxT ("Gerhard Gruber"));
        supported_by.Add (wxT ("Flor Guillaume"));
        supported_by.Add (wxT ("Patrick Haderer"));
        supported_by.Add (wxT ("Jeff Hemingway"));
        supported_by.Add (wxT ("Antonio Ruiz Hernandez"));
        supported_by.Add (wxT ("Jonathan Jensen"));
+       supported_by.Add (wxT ("Thierry Journet"));
        supported_by.Add (wxT ("Zbigniew Kamiński"));
        supported_by.Add (wxT ("Chris Kay"));
        supported_by.Add (wxT ("Lars Kelto"));
@@ -178,6 +181,7 @@ AboutDialog::AboutDialog (wxWindow* parent)
        supported_by.Add (wxT ("Paweł Lipiński"));
        supported_by.Add (wxT ("Adrian Manolescu"));
        supported_by.Add (wxT ("Mattias Mattsson"));
+       supported_by.Add (wxT ("George Mazarakis"));
        supported_by.Add (wxT ("Kjarten Michaelsen"));
        supported_by.Add (wxT ("Aldo Midali"));
        supported_by.Add (wxT ("Sylvain Mielle"));
@@ -189,6 +193,7 @@ AboutDialog::AboutDialog (wxWindow* parent)
        supported_by.Add (wxT ("Jerome Cohen Olivar"));
        supported_by.Add (wxT ("Kevin Orman"));
        supported_by.Add (wxT ("Rui Pereira"));
+       supported_by.Add (wxT ("Aditya Pratama"));
        supported_by.Add (wxT ("Ceridwen Productions"));
        supported_by.Add (wxT ("Ivan Pullman"));
        supported_by.Add (wxT ("Mark Rolfe"));
@@ -215,6 +220,7 @@ AboutDialog::AboutDialog (wxWindow* parent)
        supported_by.Add (wxT ("Pavel Zhdanko"));
        supported_by.Add (wxT ("Cinéma de la Neuveville"));
        supported_by.Add (wxT ("Frechen-Film e.V."));
+       supported_by.Add (wxT ("Mobiles Kino e.V."));
        supported_by.Add (wxT ("Daniel Židek"));
        supported_by.Add (wxT ("Гуляев Михаил"));
        add_section (_("Supported by"), supported_by);