diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-11-06 23:17:41 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-11-06 23:17:41 +0000 |
| commit | 6365d91e87fd894eea5c60c8bf0a25e872882228 (patch) | |
| tree | 68215098e6a45723899f23beb10736bcb709a0ca /src | |
| parent | 8749d5a9ea25ba94ab50e6755d1b7033a8bb6004 (diff) | |
Add libquickmail author.
Diffstat (limited to 'src')
| -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 db5bc7c45..3a161daa3 100644 --- a/src/wx/about_dialog.cc +++ b/src/wx/about_dialog.cc @@ -92,6 +92,7 @@ AboutDialog::AboutDialog (wxWindow* parent) written_by.Add (wxT ("Terrence Meiczinger")); written_by.Add (wxT ("Paul Davis")); written_by.Add (wxT ("Ole Laursen")); + written_by.Add (wxT ("Brecht Sanders")); add_section (_("Written by"), written_by); wxArrayString translated_by; |
