diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-11-10 11:30:25 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-11-10 11:30:25 +0000 |
| commit | 6ea6baad28dfc9d5a2de8198e23ac846bef409af (patch) | |
| tree | 99b3e6604b2b69355aa36d5bd5bb657a4a467b38 | |
| parent | 003af1a439277bd262690cf1a5c25cd7d8b14565 (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 5402d3671..123c8ef47 100644 --- a/src/wx/about_dialog.cc +++ b/src/wx/about_dialog.cc @@ -142,6 +142,7 @@ AboutDialog::AboutDialog (wxWindow* parent) supported_by.Add (wxT ("Louis Belloisy")); supported_by.Add (wxT ("Mike Blakesley")); supported_by.Add (wxT ("Silvio Bonomi")); + supported_by.Add (wxT ("Fabio Bozzoli")); supported_by.Add (wxT ("Jeff Boot")); supported_by.Add (wxT ("Paul Carey")); supported_by.Add (wxT ("Nathan Carpenter")); |
