diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-03-06 21:53:13 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-03-06 21:53:13 +0000 |
| commit | 0873baae8d74eb3dfb863424c97549c4cda11f5f (patch) | |
| tree | 50ea4388c5e1a307796ed0f71ba92f317846fcf7 | |
| parent | 836a0c7f0b1c0a219e97cb446b39b6b3f79df092 (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 45606c65d..882d60b75 100644 --- a/src/wx/about_dialog.cc +++ b/src/wx/about_dialog.cc @@ -179,6 +179,7 @@ AboutDialog::AboutDialog (wxWindow* parent) supported_by.Add (wxT ("Mandorla")); supported_by.Add (wxT ("Gerard Manshanden")); supported_by.Add (wxT ("Daniel Martinez Lara")); + supported_by.Add (wxT ("Stefan Massopust")); supported_by.Add (wxT ("Lilian Lefranc")); supported_by.Add (wxT ("Sean Leigh")); supported_by.Add (wxT ("Olivier Lemaire")); |
