From: Carl Hetherington Date: Wed, 10 Jan 2018 15:02:41 +0000 (+0000) Subject: Fix capitalisation. X-Git-Tag: v2.11.41~22^2 X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=368121d1087296cbfc2976fc440349bc8bb40f2a Fix capitalisation. --- diff --git a/src/wx/about_dialog.cc b/src/wx/about_dialog.cc index 3b4ba61f6..b60b64a0c 100644 --- a/src/wx/about_dialog.cc +++ b/src/wx/about_dialog.cc @@ -323,7 +323,7 @@ AboutDialog::AboutDialog (wxWindow* parent) supported_by.Add (wxT ("Гуляев Михаил")); supported_by.Add (wxT ("Arrow Media Services")); supported_by.Add (wxT ("Cinéma de la Neuveville")); - supported_by.Add (wxT ("Cinetech Landfried GmbH")); + supported_by.Add (wxT ("cinetech Landfried GmbH")); supported_by.Add (wxT ("Frechen-Film e.V.")); supported_by.Add (wxT ("Mobiles Kino e.V.")); supported_by.Add (wxT ("Kino Völkerfreundschaft"));