diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-09-22 22:55:29 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-09-22 22:55:29 +0100 |
| commit | 66e026c882f888759bc8090bb2ea2979a201b1dc (patch) | |
| tree | 6bf218798667493c346db3ef51c023d2b5ba81c7 | |
| parent | 93510d31e7ae2cadf2de076d4bef60ca3f381a35 (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 ed5e32797..1aa7ef3e4 100644 --- a/src/wx/about_dialog.cc +++ b/src/wx/about_dialog.cc @@ -126,6 +126,7 @@ AboutDialog::AboutDialog (wxWindow* parent) supported_by.Add (wxT ("Andres Fink")); supported_by.Add (wxT ("Evan Freeze")); supported_by.Add (wxT ("Silvio Giuliano")); + supported_by.Add (wxT ("Alan Gouger")); supported_by.Add (wxT ("Flor Guillaume")); supported_by.Add (wxT ("Antonio Ruiz Hernandez")); supported_by.Add (wxT ("Jonathan Jensen")); |
