summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-01-06 22:47:27 +0000
committerCarl Hetherington <cth@carlh.net>2014-01-06 22:47:27 +0000
commit9dc4a15bf9cd11e076d35dc71041b3149128877c (patch)
treec42e85751f184fa576cba09e569b10754e0cbe27 /src
parent8236e321a4f437af9eaa6098f11930b233a9dfe8 (diff)
Supporter.
Diffstat (limited to 'src')
-rw-r--r--src/wx/about_dialog.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wx/about_dialog.cc b/src/wx/about_dialog.cc
index 5ded69339..5f801bfe4 100644
--- a/src/wx/about_dialog.cc
+++ b/src/wx/about_dialog.cc
@@ -128,6 +128,7 @@ AboutDialog::AboutDialog (wxWindow* parent)
supported_by.Add (wxT ("Rodolfo Giuliano"));
supported_by.Add (wxT ("Sylvain Mielle"));
supported_by.Add (wxT ("Ivan Pullman"));
+ supported_by.Add (wxT ("Aldo Midali"));
add_section (_("Supported by"), supported_by);
sizer->Add (_notebook, wxSizerFlags().Centre().Border(wxALL, 16).Expand());