diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-11-24 16:08:33 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-11-24 16:08:33 +0100 |
| commit | 7aa8d5a45b8a10c3c826fe361a095d2f07021f8d (patch) | |
| tree | 7ae8d8011cc4e27c85b3e3fe7f7c9430f9a510af | |
| parent | 05ed3c32c8b5e94573e0df2a260e3ecce2986979 (diff) | |
Remove unwanted credit.v2.17.25
| -rw-r--r-- | src/wx/about_dialog.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/wx/about_dialog.cc b/src/wx/about_dialog.cc index 945022b87..2d10b0ba3 100644 --- a/src/wx/about_dialog.cc +++ b/src/wx/about_dialog.cc @@ -145,7 +145,8 @@ AboutDialog::AboutDialog (wxWindow* parent) translated_by.Add(char_to_wx("Theo Kooijmans")); translated_by.Add(char_to_wx("Carsten Kurz")); translated_by.Add(char_to_wx("Lilian Lefranc")); - translated_by.Add(char_to_wx("Kahn Li")); + // Doesn't want to be credited + // translated_by.Add(char_to_wx("Kahn Li")); translated_by.Add(char_to_wx("Gérald Maruccia")); translated_by.Add(char_to_wx("Mattias Mattsson")); translated_by.Add(char_to_wx("Mike Mazur")); |
