diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-10-10 11:49:02 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-10-10 11:49:02 +0100 |
| commit | 02f76e091def9338dae85b0354d9bfc14140e65d (patch) | |
| tree | 29e78d2910065874e436c99dfd9861f247bbaabb /src | |
| parent | 4a1537204fd135734b83f0f387bdb0761d42f1d7 (diff) | |
Tweak supporter name.
Diffstat (limited to 'src')
| -rw-r--r-- | src/wx/about_dialog.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/about_dialog.cc b/src/wx/about_dialog.cc index 28b5630e0..9364b5427 100644 --- a/src/wx/about_dialog.cc +++ b/src/wx/about_dialog.cc @@ -190,6 +190,7 @@ AboutDialog::AboutDialog (wxWindow* parent) supported_by.Add (wxT ("Lars Kelto")); supported_by.Add (wxT ("Erwan Kerzanet")); supported_by.Add (wxT ("Kert Kiima")); + supported_by.Add (wxT ("Alabama Kino")); supported_by.Add (wxT ("Adam Klotblixt")); supported_by.Add (wxT ("Filip Kovcin")); supported_by.Add (wxT ("Cihan Kulaber")); @@ -200,7 +201,6 @@ AboutDialog::AboutDialog (wxWindow* parent) supported_by.Add (wxT ("Gerard Manshanden")); supported_by.Add (wxT ("Daniel Martinez Lara")); supported_by.Add (wxT ("Stefan Massopust")); - supported_by.Add (wxT ("Christian Mattern")); supported_by.Add (wxT ("P. Meijer")); supported_by.Add (wxT ("Michal Moc")); supported_by.Add (wxT ("David Armati Lechner")); |
