Add @orbea to About -> Contributors.

Signed-off-by: Rafael Kitover <rkitover@gmail.com>
This commit is contained in:
Rafael Kitover 2019-10-06 23:48:13 +00:00
parent 7ee3cbe120
commit 61520df789
No known key found for this signature in database
GPG Key ID: 08AB596679D86240
1 changed files with 1 additions and 0 deletions

View File

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