Credit Gerald Maruccia for the upmixer algorithm.
[dcpomatic.git] / src / wx / about_dialog.cc
index 3f0a1056c9dc21193cfea31cbbe00691bec82838..e60e5652588914c57448e51bcacbae5796537767 100644 (file)
@@ -111,9 +111,11 @@ AboutDialog::AboutDialog (wxWindow* parent)
        translated_by.Add (wxT ("Cherif Ben Brahim"));
        add_section (_("Translated by"), translated_by);
 
-       wxArrayString artwork_by;
-       artwork_by.Add (wxT ("David Vignoni"));
-       add_section (_("Artwork by"), artwork_by);
+       wxArrayString with_help_from;
+       with_help_from.Add (wxT ("David Vignoni"));
+       with_help_from.Add (wxT ("Dennis Couzin"));
+       with_help_from.Add (wxT ("GĂ©rald Maruccia"));
+       add_section (_("With help from"), with_help_from);
 
        wxArrayString supported_by;
        supported_by.Add (wxT ("Manual AC"));