diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-02-05 14:58:01 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-02-05 14:58:01 +0000 |
| commit | 7426d100653edd7fc71ec3e407ac67e2a07e6079 (patch) | |
| tree | f43c2b1e7eae9df1cb45132133ae13e3d9539986 /src | |
| parent | 08b57ee2ed41b9de995080ff7b4fd84d8cec4002 (diff) | |
Add missing i18n attribution.
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 5f801bfe4..5fa5014f0 100644 --- a/src/wx/about_dialog.cc +++ b/src/wx/about_dialog.cc @@ -95,6 +95,7 @@ AboutDialog::AboutDialog (wxWindow* parent) translated_by.Add (wxT ("Lilian Lefranc")); translated_by.Add (wxT ("Thierry Journet")); translated_by.Add (wxT ("Massimiliano Broggi")); + translated_by.Add (wxT ("William Fanelli")); translated_by.Add (wxT ("Manuel AC")); translated_by.Add (wxT ("Adam Klotblixt")); translated_by.Add (wxT ("Markus Raab")); |
