diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-08-16 12:09:56 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-08-16 12:09:56 +0100 |
| commit | c11ba52857fcaeae4deef01b4bb126e1865df325 (patch) | |
| tree | bbd43d550ce18c498bfe363991c939d0d337db2a | |
| parent | 9a9f2cf479127bf9b3eff726f4f73103acae9b85 (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 a7b1908f1..45f2f6c37 100644 --- a/src/wx/about_dialog.cc +++ b/src/wx/about_dialog.cc @@ -104,6 +104,7 @@ AboutDialog::AboutDialog (wxWindow* parent) supported_by.Add (wxT ("Manual AC")); supported_by.Add (wxT ("Theo Lipfert")); supported_by.Add (wxT ("Olivier Lemaire")); + supported_by.Add (wxT ("Mattias Mattsson")); supported_by.Add (wxT ("Andrä Steiner")); supported_by.Add (wxT ("Jonathan Jensen")); supported_by.Add (wxT ("Kjarten Michaelsen")); |
