Add Lilian Lefranc to the 'with-help-from' part of About.
authorCarl Hetherington <cth@carlh.net>
Mon, 29 Mar 2021 00:42:20 +0000 (02:42 +0200)
committerCarl Hetherington <cth@carlh.net>
Mon, 29 Mar 2021 00:42:20 +0000 (02:42 +0200)
src/wx/about_dialog.cc

index 348ad67b614fbc73fb09993dfcc43feec519a200..fac72ac8af3648581779b28ad74c8fbc0b1f5b4a 100644 (file)
@@ -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;