diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-07-09 23:07:20 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-07-10 20:50:32 +0200 |
| commit | 8e5f0bf1c2a3573b0546678c859f90b00bb0864d (patch) | |
| tree | cf7d1427b354c363a5ca6c229ec018d70b45053d /src/wx/about_dialog.cc | |
| parent | 131c8936ed5afc6ffeea03081f22d9b45de5027d (diff) | |
Remove Ole Laursen credit.
Diffstat (limited to 'src/wx/about_dialog.cc')
| -rw-r--r-- | src/wx/about_dialog.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/wx/about_dialog.cc b/src/wx/about_dialog.cc index df85fe782..c3f8b1d59 100644 --- a/src/wx/about_dialog.cc +++ b/src/wx/about_dialog.cc @@ -93,7 +93,7 @@ AboutDialog::AboutDialog(wxWindow* parent) { t = new StaticText( this, - _("(C) 2012-2025 Carl Hetherington, Terrence Meiczinger\nOle Laursen, Aaron Boxer"), + _("(C) 2012-2025 Carl Hetherington, Terrence Meiczinger\nAaron Boxer"), wxDefaultPosition, wxDefaultSize, wxALIGN_CENTER ); @@ -105,7 +105,6 @@ AboutDialog::AboutDialog(wxWindow* parent) written_by.Add(char_to_wx("Carl Hetherington")); written_by.Add(char_to_wx("Terrence Meiczinger")); written_by.Add(char_to_wx("Mart Jansink")); - written_by.Add(char_to_wx("Ole Laursen")); written_by.Add(char_to_wx("Aaron Boxer")); written_by.Add(char_to_wx("Benjamin Radel")); add_section(_("Written by"), written_by); |
