Prevent FFmpeg errors if export filenames are specified with no or incorrect extensions.
[dcpomatic.git] / src / wx / about_dialog.cc
index d34c351fe488be29cd98f214ad18095de59be128..2461e7bbb990b8bea4cbf868660b9dd1bf2f5c6c 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"));
@@ -137,7 +138,7 @@ AboutDialog::AboutDialog (wxWindow* parent)
        add_section (_("With help from"), with_help_from);
 
        wxArrayString supported_by;
-       #include "../../build/supporters.cc"
+       #include "supporters.cc"
        add_section (_("Supported by"), supported_by);
 
        wxArrayString tested_by;