diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-03-29 02:42:20 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-03-29 02:42:20 +0200 |
| commit | 25142b529304096d22baf885c45ba41bce480b72 (patch) | |
| tree | 04d9da8113a688bedc20df76bde9789b53e436e7 /src | |
| parent | 30e31a071ec0b6be1d05e50be4f4ae33d8e43a5d (diff) | |
Add Lilian Lefranc to the 'with-help-from' part of About.
Diffstat (limited to 'src')
| -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 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; |
