From 27d4f09fb4e058922004abc43f88c6a30915c8a7 Mon Sep 17 00:00:00 2001 From: Rafael Kitover Date: Sun, 12 Feb 2017 04:49:06 -0800 Subject: [PATCH] add Mystro256 to developer list in About box --- src/wx/cmdevents.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/wx/cmdevents.cpp b/src/wx/cmdevents.cpp index 303450c2..41598ca4 100644 --- a/src/wx/cmdevents.cpp +++ b/src/wx/cmdevents.cpp @@ -2449,6 +2449,7 @@ EVT_HANDLER(wxID_ABOUT, "About...") ai.AddDeveloper(wxT("skidau")); ai.AddDeveloper(wxT("TheCanadianBacon")); ai.AddDeveloper(wxT("rkitover")); + ai.AddDeveloper(wxT("Mystro256")); ai.AddDeveloper(wxT("Orig. VBA team")); ai.AddDeveloper(wxT("... many contributors who send us patches/PRs")); wxAboutBox(ai);