diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-01-21 00:45:02 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-01-21 00:45:02 +0000 |
| commit | 6db8987ec2e58d1e938965d4e6887f7aa1ce0da2 (patch) | |
| tree | 56a8517f23795ab575729eee3a8b9a8f498534fb | |
| parent | db8add47301d801726f929c7caadf60a382b616d (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 f9d3ae7a4..ca6470171 100644 --- a/src/wx/about_dialog.cc +++ b/src/wx/about_dialog.cc @@ -270,6 +270,7 @@ AboutDialog::AboutDialog (wxWindow* parent) supported_by.Add (wxT ("Moviemento Kino")); supported_by.Add (wxT ("NT Next")); supported_by.Add (wxT ("David Nedrow")); + supported_by.Add (wxT ("Morten Nielsen")); supported_by.Add (wxT ("Niclas Nornemark")); supported_by.Add (wxT ("Casablanca Nuernberg")); supported_by.Add (wxT ("Pascal Nussbaum")); |
