add Mystro256 to developer list in About box

This commit is contained in:
Rafael Kitover 2017-02-12 04:49:06 -08:00
parent 289abcd7a2
commit 27d4f09fb4
1 changed files with 1 additions and 0 deletions

View File

@ -2449,6 +2449,7 @@ EVT_HANDLER(wxID_ABOUT, "About...")
ai.AddDeveloper(wxT("skidau")); ai.AddDeveloper(wxT("skidau"));
ai.AddDeveloper(wxT("TheCanadianBacon")); ai.AddDeveloper(wxT("TheCanadianBacon"));
ai.AddDeveloper(wxT("rkitover")); ai.AddDeveloper(wxT("rkitover"));
ai.AddDeveloper(wxT("Mystro256"));
ai.AddDeveloper(wxT("Orig. VBA team")); ai.AddDeveloper(wxT("Orig. VBA team"));
ai.AddDeveloper(wxT("... many contributors who send us patches/PRs")); ai.AddDeveloper(wxT("... many contributors who send us patches/PRs"));
wxAboutBox(ai); wxAboutBox(ai);