pot/merge.
[dcpomatic.git] / src / wx / about_dialog.cc
index f107c872ae89155a4c958f5e6c2c0cba6ca51a7c..1a4513a74106becf30014945f2c7a0ec98fda505 100644 (file)
@@ -101,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"));
@@ -136,9 +137,13 @@ 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 "supporters.cc"
-       add_section (_("Supported by"), supported_by);
+       add_section (_("Also supported by"), supported_by);
 
        wxArrayString tested_by;
        tested_by.Add (wxT ("Manuel AC"));