Add subscribers in their own part of the about box.
[dcpomatic.git] / src / wx / about_dialog.cc
index 05d27b9941f65f70ccd75d8c550f7ea186ea4a4e..1a4513a74106becf30014945f2c7a0ec98fda505 100644 (file)
@@ -91,6 +91,7 @@ AboutDialog::AboutDialog (wxWindow* parent)
        wxArrayString written_by;
        written_by.Add (wxT ("Carl Hetherington"));
        written_by.Add (wxT ("Terrence Meiczinger"));
+       written_by.Add (wxT ("Mart Jansink"));
        written_by.Add (wxT ("Ole Laursen"));
        written_by.Add (wxT ("Brecht Sanders"));
        written_by.Add (wxT ("Jianguo Huang"));
@@ -100,6 +101,7 @@ AboutDialog::AboutDialog (wxWindow* parent)
        translated_by.Add (wxT ("Manuel AC"));
        translated_by.Add (wxT ("Max Aeschlimann"));
        translated_by.Add (wxT ("Thiago Andre"));
+       translated_by.Add (wxT ("Felice D'Andrea"));
        translated_by.Add (wxT ("Grégoire Ausina"));
        translated_by.Add (wxT ("Tomáš Begeni"));
        translated_by.Add (wxT ("Fabio \"Zak\" Belli"));
@@ -135,13 +137,18 @@ AboutDialog::AboutDialog (wxWindow* parent)
        with_help_from.Add (wxT ("Julian van Mil"));
        add_section (_("With help from"), with_help_from);
 
+       wxArrayString subscribers;
+       #include "subscribers.cc"
+       add_section (_("Subscribers"), subscribers);
+
        wxArrayString supported_by;
-       #include "../../build/supporters.cc"
-       add_section (_("Supported by"), supported_by);
+       #include "supporters.cc"
+       add_section (_("Also supported by"), supported_by);
 
        wxArrayString tested_by;
        tested_by.Add (wxT ("Manuel AC"));
        tested_by.Add (wxT ("Trever Anderson"));
+       tested_by.Add (wxT ("JP Beauviala"));
        tested_by.Add (wxT ("Mike Blakesley"));
        tested_by.Add (wxT ("David Booty"));
        tested_by.Add (wxT ("Roop Chand"));