diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-07-24 11:38:28 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-07-24 11:38:28 +0100 |
| commit | 36aa839248224edfd0150094455a525742b51863 (patch) | |
| tree | 56542fbaa77af9d8c08ce6d589f5d4ddb8d78c47 /src/wx | |
| parent | fef9d3a953a9db54fa19f097e3c612a9e418674c (diff) | |
| parent | 539afe5e52478e06fb3f216678909aa33e0547a1 (diff) | |
Merge branch 'master' of ssh://git.carlh.net/home/carl/git/dcpomatic
Diffstat (limited to 'src/wx')
| -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 173d6b020..c1a551129 100644 --- a/src/wx/about_dialog.cc +++ b/src/wx/about_dialog.cc @@ -150,6 +150,7 @@ AboutDialog::AboutDialog (wxWindow* parent) supported_by.Add (wxT ("Fabio Bozzoli")); supported_by.Add (wxT ("Pierre-Alexis Bontemps")); supported_by.Add (wxT ("Jeff Boot")); + supported_by.Add (wxT ("Alexander Buchholz")); supported_by.Add (wxT ("Paul Carey")); supported_by.Add (wxT ("Nathan Carpenter")); supported_by.Add (wxT ("Kieran Carroll")); |
