summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2021-03-29 02:42:20 +0200
committerCarl Hetherington <cth@carlh.net>2021-03-29 02:42:20 +0200
commit25142b529304096d22baf885c45ba41bce480b72 (patch)
tree04d9da8113a688bedc20df76bde9789b53e436e7 /src
parent30e31a071ec0b6be1d05e50be4f4ae33d8e43a5d (diff)
Add Lilian Lefranc to the 'with-help-from' part of About.
Diffstat (limited to 'src')
-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 348ad67b6..fac72ac8a 100644
--- a/src/wx/about_dialog.cc
+++ b/src/wx/about_dialog.cc
@@ -106,6 +106,7 @@ AboutDialog::AboutDialog (wxWindow* parent)
with_help_from.Add (wxT ("Carsten Kurz"));
with_help_from.Add (wxT ("Gérald Maruccia"));
with_help_from.Add (wxT ("Julian van Mil"));
+ with_help_from.Add (wxT ("Lilian Lefranc"));
add_section (_("With help from"), with_help_from);
wxArrayString translated_by;