diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-07-07 16:02:12 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-07-07 16:02:12 +0100 |
| commit | 76cb3cb64c0d0f2accc0621294817246f2773060 (patch) | |
| tree | cdcf6347499f61d371bab91de87e32a19f47b151 | |
| parent | 215fc60bfbf461cec2fb4a1877ed493568028ddb (diff) | |
Supporter.
| -rw-r--r-- | src/wx/about_dialog.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wx/about_dialog.cc b/src/wx/about_dialog.cc index 85cfc92be..25833b6d6 100644 --- a/src/wx/about_dialog.cc +++ b/src/wx/about_dialog.cc @@ -137,6 +137,7 @@ AboutDialog::AboutDialog (wxWindow* parent) supported_by.Add (wxT ("Unwana Essien")); supported_by.Add (wxT ("Maxime Estoppey")); supported_by.Add (wxT ("Frechen-Film e.V.")); + supported_by.Add (wxT ("Rasitha Ferdinando"); supported_by.Add (wxT ("Jose Angel Velasco Fernandez")); supported_by.Add (wxT ("Andres Fink")); supported_by.Add (wxT ("Evan Freeze")); |
