Fixes alphabetical order in credits

This commit is contained in:
Dmitry Vedenko 2021-06-18 18:38:40 +03:00 committed by GitHub
parent d8010a7bc6
commit e6e81399f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -187,8 +187,8 @@ void AboutDialog::CreateCreditsList()
AddCredit(wxT("Steve Jolly"), developerFormat, roleContributor);
AddCredit(wxT("Steven Jones"), developerFormat, roleContributor);
AddCredit(wxT("Henric Jungheim"), developerFormat, roleContributor);
AddCredit(wxT("Arun Kishore"), developerFormat, roleContributor);
AddCredit(wxT("Myungchul Keum"), developerFormat, roleContributor);
AddCredit(wxT("Arun Kishore"), developerFormat, roleContributor);
AddCredit(wxT("Paul Livesey"), developerFormat, roleContributor);
AddCredit(wxT("Harvey Lubin"), graphicArtistFormat, roleContributor);
AddCredit(wxT("Max Maisel"), developerFormat, roleContributor);