summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-04-14 14:02:41 +0100
committerCarl Hetherington <cth@carlh.net>2016-04-14 14:02:41 +0100
commit179db5685401733ea9159816ba516818bd539533 (patch)
treee8d13e00658fdb0b9916c75df1f74774395dfcbe /src
parent9e6b8f2714073f79a55cb58746f9e47d5598dbda (diff)
Fix middle name in previous commit.
Diffstat (limited to 'src')
-rw-r--r--src/wx/about_dialog.cc2
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"));