summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-11-04 15:34:51 +0000
committerCarl Hetherington <cth@carlh.net>2013-11-04 15:34:51 +0000
commitefc54a0201f3c9a9409989916608cd41394deb3a (patch)
treeb76ee8135a1f3baaa9464d0fc978a3f7ec278391 /src
parent8053593f2ccff66287c43d20a8f28be9919bff75 (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 489995faa..95a4cc426 100644
--- a/src/wx/about_dialog.cc
+++ b/src/wx/about_dialog.cc
@@ -123,6 +123,7 @@ AboutDialog::AboutDialog (wxWindow* parent)
supported_by.Add (wxT ("Sean Leigh"));
supported_by.Add (wxT ("Wolfram Weber"));
supported_by.Add (wxT ("Randy Stankey"));
+ supported_by.Add (wxT ("Frank Cianciolo"));
add_section (_("Supported by"), supported_by);
sizer->Add (_notebook, wxSizerFlags().Centre().Border(wxALL, 16).Expand());