diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-12-01 10:49:06 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-12-01 10:49:06 +0000 |
| commit | 804f43474bba7008bf68fc9189793c89c512a944 (patch) | |
| tree | f3f70b11e2ff1f0cd156e542769e984167c5a41a | |
| parent | 5bbf16e87ca09369174c9d2bb7f7fe94b6d70275 (diff) | |
Supporter.
| -rw-r--r-- | src/wx/about_dialog.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wx/about_dialog.cc b/src/wx/about_dialog.cc index 91c792bc4..30b87f476 100644 --- a/src/wx/about_dialog.cc +++ b/src/wx/about_dialog.cc @@ -227,6 +227,7 @@ AboutDialog::AboutDialog (wxWindow* parent) supported_by.Add (wxT ("Michal Moc")); supported_by.Add (wxT ("Howard Molton")); supported_by.Add (wxT ("Lindsay Morris")); + supported_by.Add (wxT ("Moviemento Kino")); supported_by.Add (wxT ("NT Next")); supported_by.Add (wxT ("David Nedrow")); supported_by.Add (wxT ("Casablanca Nuernberg")); |
