diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-07-19 00:22:17 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-07-19 00:22:17 +0100 |
| commit | b26681e1e01ac54075fc99ae791ea0ee23b58e25 (patch) | |
| tree | 7ecb3671bf1bb0aed4d187b9454aa93b2a3490b3 | |
| parent | 0a3de908ae0f62dd8d7d5aaaa96e2ddab891b5a8 (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 bdc859b14..a399c3179 100644 --- a/src/wx/about_dialog.cc +++ b/src/wx/about_dialog.cc @@ -200,6 +200,7 @@ AboutDialog::AboutDialog (wxWindow* parent) supported_by.Add (wxT ("Theo Lipfert")); supported_by.Add (wxT ("Paweł Lipiński")); supported_by.Add (wxT ("Juan Marin Lorenzo")); + supported_by.Add (wxT ("Richard Malmberg")); supported_by.Add (wxT ("Adrian Manolescu")); supported_by.Add (wxT ("Mattias Mattsson")); supported_by.Add (wxT ("George Mazarakis")); |
