summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-11-05 15:59:11 +0000
committerCarl Hetherington <cth@carlh.net>2013-11-05 15:59:11 +0000
commitc3c16fef82ca70542e586d83418fb01c021dbe0e (patch)
tree3eba3be9c075a274273e5e5cccd377571d9551b3 /src
parentf75cc4ebbffea7a7953af20e8a2ea124767bf949 (diff)
parent6b0ffabb2bbb7b0230d1211c4f13db473e66f0ba (diff)
Merge branch '1.0' of ssh://carlh.dyndns.org/home/carl/git/dvdomatic into 1.0
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());