1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-03 23:53:55 +01:00

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

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);