diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-01-02 15:07:12 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-01-02 15:07:12 +0000 |
| commit | 356e2d767c4a3dc65869dc1d75476a94e2e2ba07 (patch) | |
| tree | 0b8c94e34fe3bb7bd614f75f9fa26f30f5caf29b /src | |
| parent | e34b9a229650bc8928561626df99ffac15ae3e16 (diff) | |
Supporter.
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 201d2a23e..a81ac3d6b 100644 --- a/src/wx/about_dialog.cc +++ b/src/wx/about_dialog.cc @@ -167,6 +167,8 @@ AboutDialog::AboutDialog (wxWindow* parent) supported_by.Add (wxT ("Matthias Damm")); supported_by.Add (wxT ("JP Davidson")); supported_by.Add (wxT ("Yohann Dedy")); + supported_by.Add (wxT ("Agostino Dall'Olio")); + supported_by.Add (wxT ("Susanne Deicker")); supported_by.Add (wxT ("Alexey Derevyanko")); supported_by.Add (wxT ("Thomas Dickens")); supported_by.Add (wxT ("e22.digital")); @@ -269,6 +271,7 @@ AboutDialog::AboutDialog (wxWindow* parent) supported_by.Add (wxT ("Anders Olsson")); supported_by.Add (wxT ("Kevin Orman")); supported_by.Add (wxT ("Olov Östlund")); + supported_by.Add (wxT ("Nat Phong")); supported_by.Add (wxT ("Vasiliy Popov")); supported_by.Add (wxT ("Rui Pereira")); supported_by.Add (wxT ("Armin Peterhans")); |
