diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-01-23 17:15:18 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-01-23 17:15:18 +0000 |
| commit | f455579f4c2fd2321b2891a03cd9e466b2299148 (patch) | |
| tree | 6ddf977d2cc656949c7393cd9899724cfaacfc3e /src | |
| parent | 2c7554d01512585cc4052845799588806c994d69 (diff) | |
| parent | e8fcbfaa9b5844400a2c64b5cdaa07442cca968d (diff) | |
Merge branch '2.0' of ssh://main.carlh.net/home/carl/git/dcpomatic into 2.0
Diffstat (limited to 'src')
| -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 8e95c2e37..9b14a74e4 100644 --- a/src/wx/about_dialog.cc +++ b/src/wx/about_dialog.cc @@ -135,6 +135,7 @@ AboutDialog::AboutDialog (wxWindow* parent) supported_by.Add (wxT ("Evan Freeze")); supported_by.Add (wxT ("Silvio Giuliano")); supported_by.Add (wxT ("Alan Gouger")); + supported_by.Add (wxT ("Christopher Gray")); supported_by.Add (wxT ("Flor Guillaume")); supported_by.Add (wxT ("Patrick Haderer")); supported_by.Add (wxT ("Antonio Ruiz Hernandez")); |
