diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-01-10 15:02:41 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-01-10 15:02:41 +0000 |
| commit | 368121d1087296cbfc2976fc440349bc8bb40f2a (patch) | |
| tree | 9ca0d3ebc4c3e0374e5c2b6f16186f029002c302 /src | |
| parent | 484228109b92521fac73fa00b62f2e4d67bc2723 (diff) | |
Fix capitalisation.
Diffstat (limited to 'src')
| -rw-r--r-- | src/wx/about_dialog.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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")); |
