diff options
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")); |
