From 5c4d1e131d516683925cb543913c6182a3de0506 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 18 Oct 2017 23:44:36 +0100 Subject: [PATCH 1/1] Fix typo in previous. --- src/wx/about_dialog.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wx/about_dialog.cc b/src/wx/about_dialog.cc index 122754051..2a9711442 100644 --- a/src/wx/about_dialog.cc +++ b/src/wx/about_dialog.cc @@ -169,7 +169,7 @@ AboutDialog::AboutDialog (wxWindow* parent) supported_by.Add (wxT ("Yohann Dedy")); supported_by.Add (wxT ("Alexey Derevyanko")); supported_by.Add (wxT ("Thomas Dickens")); - supported_by.Add (wxt ("e22.digital")); + supported_by.Add (wxT ("e22.digital")); supported_by.Add (wxT ("Unwana Essien")); supported_by.Add (wxT ("Maxime Estoppey")); supported_by.Add (wxT ("Peter Ericson")); -- 2.30.2