X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fabout_dialog.cc;h=e06fccc464810329ddb670cca94514763cbd6400;hb=08f96200aacf9f91ef3e3f5b80224a5b2437f279;hp=9ec41d7d36d3702f44d0877e3407ba9d266a7e80;hpb=f10e025eba54b0ab4dbe1b3611071b160ca89208;p=dcpomatic.git diff --git a/src/wx/about_dialog.cc b/src/wx/about_dialog.cc index 9ec41d7d3..e06fccc46 100644 --- a/src/wx/about_dialog.cc +++ b/src/wx/about_dialog.cc @@ -145,6 +145,7 @@ AboutDialog::AboutDialog (wxWindow* parent) patrons.Add ("Luproduction"); patrons.Add ("Lightbender Post"); patrons.Add ("Drop-out Cinema"); + patrons.Add ("Pilotkino LLC"); add_section (_("Patrons"), patrons); wxArrayString subscribers; @@ -186,6 +187,7 @@ AboutDialog::AboutDialog (wxWindow* parent) tested_by.Add (wxT ("Carsten Kurz")); tested_by.Add (wxT ("Bill Lam")); tested_by.Add (wxT ("Lilian Lefranc")); + tested_by.Add (wxT ("Sebastian Leitner")); tested_by.Add (wxT ("Olivier Lemaire")); tested_by.Add (wxT ("Gavin Lewarne")); tested_by.Add (wxT ("Gérald Maruccia"));