Add denisfa to about -> contributors.

Signed-off-by: Rafael Kitover <rkitover@gmail.com>
This commit is contained in:
Rafael Kitover 2019-10-05 19:35:15 +00:00
parent 384f448757
commit 699d0c3724
No known key found for this signature in database
GPG Key ID: 08AB596679D86240
1 changed files with 1 additions and 0 deletions

View File

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