Added Caelum to the list

This commit is contained in:
Zach Bacon 2016-12-03 09:01:36 -05:00
parent 37518fc88b
commit d35d00f650
1 changed files with 1 additions and 0 deletions

View File

@ -2468,6 +2468,7 @@ EVT_HANDLER(wxID_ABOUT, "About...")
ai.AddDeveloper(wxT("xKiv"));
ai.AddDeveloper(wxT("skidau"));
ai.AddDeveloper(wxT("TheCanadianBacon"));
ai.AddDeveloper(wxT("Caelum"));
ai.AddDeveloper(wxT("Orig. VBA team"));
wxAboutBox(ai);
}