Do lots of the player processing with less copying.
[dcpomatic.git] / src / wx / about_dialog.cc
index 489995faadf6fca2de0c7161ebe06162fbaf0506..14a9979859c4f8ad1f039ea20b213946d96162cf 100644 (file)
@@ -123,6 +123,8 @@ AboutDialog::AboutDialog (wxWindow* parent)
        supported_by.Add (wxT ("Sean Leigh"));
        supported_by.Add (wxT ("Wolfram Weber"));
        supported_by.Add (wxT ("Randy Stankey"));
+       supported_by.Add (wxT ("Frank Cianciolo"));
+       supported_by.Add (wxT ("Rodolfo Giuliano"));
        add_section (_("Supported by"), supported_by);
 
        sizer->Add (_notebook, wxSizerFlags().Centre().Border(wxALL, 16).Expand());