summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2024-06-29 01:01:28 +0200
committerCarl Hetherington <cth@carlh.net>2024-06-29 01:01:28 +0200
commit6e89e1291f0ec3dcb744c66b1c35af67daba0241 (patch)
treebf4247a7eb617f907c8806f1cfbf5280590d7171
parente43c1e2d0e57f0f863c41c9e141e68ecda333235 (diff)
fixup! Make DCPoMatic compatible with ICU >= 75
-rw-r--r--src/wx/about_dialog.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wx/about_dialog.cc b/src/wx/about_dialog.cc
index 2c742cce3..59fad0878 100644
--- a/src/wx/about_dialog.cc
+++ b/src/wx/about_dialog.cc
@@ -99,6 +99,7 @@ AboutDialog::AboutDialog (wxWindow* parent)
written_by.Add (wxT ("Terrence Meiczinger"));
written_by.Add (wxT ("Mart Jansink"));
written_by.Add (wxT ("Ole Laursen"));
+ written_by.Add (wxT ("Benjamin Radel"));
add_section (_("Written by"), written_by);
wxArrayString with_help_from;