X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Fwx%2Fabout_dialog.cc;h=1d9b038997542374bd34f128921447cee8822671;hp=9c7857c1e72c1dc6fddb8d6465446b651bc625fd;hb=04eebe07e2f64bd15f6887a10ab51fb92c52901a;hpb=d8bce8328bd6e069cb9a69e7316100381eac0545 diff --git a/src/wx/about_dialog.cc b/src/wx/about_dialog.cc index 9c7857c1e..1d9b03899 100644 --- a/src/wx/about_dialog.cc +++ b/src/wx/about_dialog.cc @@ -124,6 +124,7 @@ AboutDialog::AboutDialog (wxWindow* parent) supported_by.Add (wxT ("Cinema Clarici")); supported_by.Add (wxT ("Adam Colt")); supported_by.Add (wxT ("Matthias Damm")); + supported_by.Add (wxT ("Alexey Derevyanko")); supported_by.Add (wxT ("Andres Fink")); supported_by.Add (wxT ("Evan Freeze")); supported_by.Add (wxT ("Silvio Giuliano")); @@ -151,6 +152,7 @@ AboutDialog::AboutDialog (wxWindow* parent) supported_by.Add (wxT ("Lasse Salling")); supported_by.Add (wxT ("Mike Stiebing")); supported_by.Add (wxT ("Randy Stankey")); + supported_by.Add (wxT ("Bruce Taylor")); supported_by.Add (wxT ("Wolfgang Woehl")); supported_by.Add (wxT ("Wolfram Weber")); supported_by.Add (wxT ("Frank de Wulf"));