summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-01-01 18:17:59 +0000
committerCarl Hetherington <cth@carlh.net>2014-01-01 18:17:59 +0000
commitd2926ea8574330b9c7f4efa4241843cf052652b8 (patch)
treeb56f612cf69ce9be907c1157c58dc606ac1d0615 /src
parentb9567ce4b9212c3ed386592d318eea0e639472c0 (diff)
parent7dedacfb85b10cdf0f5697ea1d0fe8cc5cf8379e (diff)
Merge branch '1.0' into 1.0-seek
Diffstat (limited to 'src')
-rw-r--r--src/wx/about_dialog.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/wx/about_dialog.cc b/src/wx/about_dialog.cc
index 0d5ae7fd6..d4a06a2c5 100644
--- a/src/wx/about_dialog.cc
+++ b/src/wx/about_dialog.cc
@@ -75,7 +75,7 @@ AboutDialog::AboutDialog (wxWindow* parent)
t = new wxStaticText (
this, wxID_ANY,
- _("(C) 2012-2013 Carl Hetherington, Terrence Meiczinger, Paul Davis, Ole Laursen"),
+ _("(C) 2012-2014 Carl Hetherington, Terrence Meiczinger, Paul Davis, Ole Laursen"),
wxDefaultPosition, wxDefaultSize, wxALIGN_CENTER
);
@@ -126,6 +126,7 @@ AboutDialog::AboutDialog (wxWindow* parent)
supported_by.Add (wxT ("Frank Cianciolo"));
supported_by.Add (wxT ("Rodolfo Giuliano"));
supported_by.Add (wxT ("Sylvain Mielle"));
+ supported_by.Add (wxT ("Ivan Pullman"));
add_section (_("Supported by"), supported_by);
sizer->Add (_notebook, wxSizerFlags().Centre().Border(wxALL, 16).Expand());