diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-02-29 00:11:51 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-02-29 00:11:51 +0000 |
| commit | 1acd52954a78b993889f7c81b6e14222de80be7d (patch) | |
| tree | e3f5ea29c801ea6fb00889f1bb200d2bc1fcd5e5 /src | |
| parent | 3eb403dc8f6d6e39af8259947e41a4e011ba1980 (diff) | |
Fix credits sync with the database.
Diffstat (limited to 'src')
| -rw-r--r-- | src/wx/about_dialog.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/wx/about_dialog.cc b/src/wx/about_dialog.cc index 3fa3c8fac..b61333ec9 100644 --- a/src/wx/about_dialog.cc +++ b/src/wx/about_dialog.cc @@ -194,6 +194,7 @@ AboutDialog::AboutDialog (wxWindow* parent) supported_by.Add (wxT ("Sylvain Mielle")); supported_by.Add (wxT ("Howard Molton")); supported_by.Add (wxT ("Lindsay Morris")); + supported_by.Add (wxT ("NT Next")); supported_by.Add (wxT ("David Nedrow")); supported_by.Add (wxT ("Casablanca Nuernberg")); supported_by.Add (wxT ("Tim O'Brien")); @@ -244,6 +245,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 ("Leo Enticknap")); tested_by.Add (wxT ("Jose Angel Velasco Fernandez")); tested_by.Add (wxT ("Maurizio GiampĂ ")); tested_by.Add (wxT ("Luke Granger-Brown")); @@ -270,6 +272,7 @@ AboutDialog::AboutDialog (wxWindow* parent) tested_by.Add (wxT ("Will Meadows")); tested_by.Add (wxT ("Brad Miller")); tested_by.Add (wxT ("Ash Mitchell")); + tested_by.Add (wxT ("Rob van Nieuwkerk")); tested_by.Add (wxT ("Anders Nordentoft-Madsen")); tested_by.Add (wxT ("Mauro Ottonello")); tested_by.Add (wxT ("Peter Puchner")); |
