diff options
| -rw-r--r-- | src/wx/about_dialog.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/about_dialog.cc b/src/wx/about_dialog.cc index 8f8603bab..20a947137 100644 --- a/src/wx/about_dialog.cc +++ b/src/wx/about_dialog.cc @@ -186,7 +186,7 @@ AboutDialog::AboutDialog (wxWindow* parent) supported_by.Add (wxT ("Daniel Martinez Lara")); supported_by.Add (wxT ("Stefan Massopust")); supported_by.Add (wxT ("Michal Moc")); - supported_by.Add (wxT ("David Lechner")); + supported_by.Add (wxT ("David Armati Lechner")); supported_by.Add (wxT ("Lilian Lefranc")); supported_by.Add (wxT ("Sean Leigh")); supported_by.Add (wxT ("Olivier Lemaire")); |
