From: Carl Hetherington Date: Thu, 13 Jul 2017 18:48:04 +0000 (+0100) Subject: Fix author name. X-Git-Tag: v2.11.13~5 X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=165b01d8553c40760c953cbc21f1d7b4f7fbfbf0 Fix author name. --- diff --git a/src/wx/about_dialog.cc b/src/wx/about_dialog.cc index d9297bf82..173d6b020 100644 --- a/src/wx/about_dialog.cc +++ b/src/wx/about_dialog.cc @@ -233,7 +233,7 @@ AboutDialog::AboutDialog (wxWindow* parent) supported_by.Add (wxT ("Adrian Manolescu")); supported_by.Add (wxT ("Mattias Mattsson")); supported_by.Add (wxT ("George Mazarakis")); - supported_by.Add (wxT ("Michał Mazur")); + supported_by.Add (wxT ("Mike Mazur")); supported_by.Add (wxT ("Gordon McLeod")); supported_by.Add (wxT ("P. Meijer")); supported_by.Add (wxT ("Brian Mendelssohn"));