From 25142b529304096d22baf885c45ba41bce480b72 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 29 Mar 2021 02:42:20 +0200 Subject: [PATCH] Add Lilian Lefranc to the 'with-help-from' part of About. --- src/wx/about_dialog.cc | 1 + 1 file changed, 1 insertion(+) 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; -- 2.30.2