diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-02-13 16:32:40 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-02-13 16:32:40 +0000 |
| commit | 66aacf282bb6e76e7e2f2d2ab6be15910d9bdaf9 (patch) | |
| tree | b5bfcb0db2de78734c983617b389123ee54a251e | |
| parent | 2594a8d025743a32b0ae49f7cece85d1ba7c8848 (diff) | |
| parent | 6f3789254bb482f300665752f663ca2a19ce3feb (diff) | |
Merge branch '2.0' of git.carlh.net:git/dcpomatic into 2.0
| -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 ff1ff2c1c..453179180 100644 --- a/src/wx/about_dialog.cc +++ b/src/wx/about_dialog.cc @@ -189,6 +189,7 @@ AboutDialog::AboutDialog (wxWindow* parent) tested_by.Add (wxT ("Adam Colt")); tested_by.Add (wxT ("John Convertino")); tested_by.Add (wxT ("Andreas Eli")); + tested_by.Add (wxT ("Jose Angel Velasco Fernandez")); tested_by.Add (wxT ("Maurizio GiampĂ ")); tested_by.Add (wxT ("Luke Granger-Brown")); tested_by.Add (wxT ("Sumit Guha")); |
