pot/merge.
[dcpomatic.git] / src / wx / about_dialog.cc
index 2461e7bbb990b8bea4cbf868660b9dd1bf2f5c6c..1a4513a74106becf30014945f2c7a0ec98fda505 100644 (file)
@@ -137,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"));