diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-07-24 22:26:52 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-07-24 22:26:52 +0100 |
| commit | 21d172199c84ac0232ea3bc43e103207c73f07c0 (patch) | |
| tree | 092c7cdf5031a83d6c71afb05286cd30d7978e3d | |
| parent | 7ba331621429d3516ba48a4585e58f1f6fa76cdf (diff) | |
Supporter.
| -rw-r--r-- | src/wx/about_dialog.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wx/about_dialog.cc b/src/wx/about_dialog.cc index 5fe7eb9fb..aabac81c7 100644 --- a/src/wx/about_dialog.cc +++ b/src/wx/about_dialog.cc @@ -139,6 +139,7 @@ AboutDialog::AboutDialog (wxWindow* parent) supported_by.Add (wxT ("Frechen-Film e.V.")); supported_by.Add (wxT ("Rasitha Ferdinando")); supported_by.Add (wxT ("Jose Angel Velasco Fernandez")); + supported_by.Add (wxT ("Traverso City Film Festival")); supported_by.Add (wxT ("Andres Fink")); supported_by.Add (wxT ("Evan Freeze")); supported_by.Add (wxT ("Silvio Giuliano")); @@ -149,6 +150,7 @@ AboutDialog::AboutDialog (wxWindow* parent) supported_by.Add (wxT ("Antonio Ruiz Hernandez")); supported_by.Add (wxT ("Jonathan Jensen")); supported_by.Add (wxT ("Chris Kay")); + supported_by.Add (wxT ("Lars Kelto")); supported_by.Add (wxT ("Adam Klotblixt")); supported_by.Add (wxT ("Filip Kovcin")); supported_by.Add (wxT ("Cihan Kulaber")); |
