X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fabout_dialog.cc;h=c4167c7e7472215260de71c773b17390cb21b7d1;hb=405164e6239d968d666f6f3143a0aa4659cb5821;hp=79c6d4369b8ff7975c39ea66fdbbcb33ece366b2;hpb=41c4b4547302f6a337976442d944d086746b162b;p=dcpomatic.git diff --git a/src/wx/about_dialog.cc b/src/wx/about_dialog.cc index 79c6d4369..c4167c7e7 100644 --- a/src/wx/about_dialog.cc +++ b/src/wx/about_dialog.cc @@ -120,6 +120,7 @@ AboutDialog::AboutDialog (wxWindow* parent) translated_by.Add (wxT ("Massimiliano Broggi")); translated_by.Add (wxT ("Dan Cohen")); translated_by.Add (wxT ("Davide Dall'AraCiao")); + translated_by.Add (wxT ("Uwe Dittes")); translated_by.Add (wxT ("William Fanelli")); translated_by.Add (wxT ("Max M. Fuhlendorf")); translated_by.Add (wxT ("Tomáš Hlaváč")); @@ -179,6 +180,7 @@ AboutDialog::AboutDialog (wxWindow* parent) tested_by.Add (wxT ("Steve Guttag")); tested_by.Add (wxT ("Patrick Haderer")); tested_by.Add (wxT ("Bill Hamell")); + tested_by.Add (wxT ("Groet Han")); tested_by.Add (wxT ("Jonathan Jensen")); tested_by.Add (wxT ("Thierry Journet")); tested_by.Add (wxT ("Markus Kalb"));