diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-10-16 14:42:29 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-10-16 14:42:29 +0100 |
| commit | 016a98b18d01276a1e603885a25785e7389f14d9 (patch) | |
| tree | 106eb69ba21660267000e3eadb0b7ef93d53cbb0 /src | |
| parent | 3537c56d30582cbd9b5e87704cfa7d3d362343b3 (diff) | |
Supporter.
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 58f299723..49e245318 100644 --- a/src/wx/about_dialog.cc +++ b/src/wx/about_dialog.cc @@ -161,6 +161,7 @@ AboutDialog::AboutDialog (wxWindow* parent) supported_by.Add (wxT ("Wolfram Weber")); supported_by.Add (wxT ("Frank de Wulf")); supported_by.Add (wxT ("Pavel Zhdanko")); + supported_by.Add (wxT ("Daniel Židek")); add_section (_("Supported by"), supported_by); wxArrayString tested_by; |
