diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-12-05 15:28:06 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-12-05 15:28:06 +0000 |
| commit | a6c2a77c2728e420f7ffdd5bb1a3974ca82b8a0c (patch) | |
| tree | 3d017de8569f095084f852ad03874340deeee741 | |
| parent | d42f7f8e05b33876e45bcc6b58b736f0c2cbfa2f (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 2c5b2ee38..0d488ddf8 100644 --- a/src/wx/about_dialog.cc +++ b/src/wx/about_dialog.cc @@ -274,6 +274,7 @@ AboutDialog::AboutDialog (wxWindow* parent) supported_by.Add (wxT ("Andrea Pieri")); supported_by.Add (wxT ("Denis Postle")); supported_by.Add (wxT ("Aditya Pratama")); + supported_by.Add (wxT ("ProCinema GmbH")); supported_by.Add (wxT ("Ceridwen Productions")); supported_by.Add (wxT ("Ivan Pullman")); supported_by.Add (wxT ("Arts Quest")); |
