mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-20 15:41:18 +01:00
Fixes alphabetical order in credits
This commit is contained in:
@@ -187,8 +187,8 @@ void AboutDialog::CreateCreditsList()
|
|||||||
AddCredit(wxT("Steve Jolly"), developerFormat, roleContributor);
|
AddCredit(wxT("Steve Jolly"), developerFormat, roleContributor);
|
||||||
AddCredit(wxT("Steven Jones"), developerFormat, roleContributor);
|
AddCredit(wxT("Steven Jones"), developerFormat, roleContributor);
|
||||||
AddCredit(wxT("Henric Jungheim"), developerFormat, roleContributor);
|
AddCredit(wxT("Henric Jungheim"), developerFormat, roleContributor);
|
||||||
AddCredit(wxT("Arun Kishore"), developerFormat, roleContributor);
|
|
||||||
AddCredit(wxT("Myungchul Keum"), developerFormat, roleContributor);
|
AddCredit(wxT("Myungchul Keum"), developerFormat, roleContributor);
|
||||||
|
AddCredit(wxT("Arun Kishore"), developerFormat, roleContributor);
|
||||||
AddCredit(wxT("Paul Livesey"), developerFormat, roleContributor);
|
AddCredit(wxT("Paul Livesey"), developerFormat, roleContributor);
|
||||||
AddCredit(wxT("Harvey Lubin"), graphicArtistFormat, roleContributor);
|
AddCredit(wxT("Harvey Lubin"), graphicArtistFormat, roleContributor);
|
||||||
AddCredit(wxT("Max Maisel"), developerFormat, roleContributor);
|
AddCredit(wxT("Max Maisel"), developerFormat, roleContributor);
|
||||||
|
|||||||
Reference in New Issue
Block a user