1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-21 14:02:57 +02:00

Update credits

Added section for website and graphics.
This commit is contained in:
Steve Daulton
2018-05-24 12:57:26 +01:00
parent fdf165d133
commit 126ded7d9a
2 changed files with 9 additions and 1 deletions

View File

@@ -109,7 +109,7 @@ void AboutDialog::CreateCreditsList()
AddCredit(wxString(wxT("James Crook, ")) + _("developer"), roleTeamMember);
AddCredit(wxString(wxT("Roger Dannenberg, ")) + _("co-founder and developer"), roleTeamMember);
AddCredit(wxString(wxT("Steve Daulton")), roleTeamMember);
AddCredit(wxString(wxT("Vaughan Johnson, ")) + _("developer"), roleTeamMember);
AddCredit(wxString(wxT("Vaughan Johnson, ")), roleTeamMember);
AddCredit(wxString(wxT("Greg Kozikowski, ")) + _("documentation and support"), roleTeamMember);
AddCredit(wxString(wxT("Paul Licameli, ")) + _("developer"), roleTeamMember);
AddCredit(wxString(wxT("Peter Sampson")), roleTeamMember);
@@ -183,6 +183,10 @@ void AboutDialog::CreateCreditsList()
AddCredit(wxString(wxT("Mark Young, ")) + _("developer"), roleContributor);
AddCredit(wxString(wxT("Wing Yu, ")) + _("developer"), roleContributor);
// Website and Graphics
AddCredit(wxString(wxT("Shinta Carolinasari, ")) + _("web developer"), roleGraphics);
AddCredit(wxString(wxT("Bayu Rizaldhan Rayes, ")) + _("graphics"), roleGraphics);
// Libraries
AddCredit(wxT("[[https://libexpat.github.io/|expat]]"), roleLibrary);
@@ -353,6 +357,9 @@ visit our [[https://forum.audacityteam.org/|forum]].");
wxT("<p><b>") + _("Contributors") + wxT("</b><br>") +
GetCreditsByRole(roleContributor) +
wxT("<p><b>") + _("Website and Graphics") + wxT("</b><br>") +
GetCreditsByRole(roleGraphics) +
(translatorCredits.empty()
? wxT("")
: (wxT("<p><b>") + _("Translators") + wxT("</b><br>") +