1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-05-01 16:19:43 +02:00

Update credits...

Developers Brian Armstrong, Henric Jungheim

Updated some library URLs; don't use https:: which causes a crash when you
click the link

Add link for portmidi
This commit is contained in:
Paul Licameli 2017-07-22 12:10:44 -04:00
parent f9b9456d0c
commit f79d5c3884

View File

@ -138,6 +138,7 @@ void AboutDialog::CreateCreditsList()
// Contributors
AddCredit(wxString(wxT("Lynn Allan, ")) + _("developer"), roleContributor);
AddCredit(wxString(wxT("Brian Armstrong, ")) + _("developer"), roleContributor);
AddCredit(wxString(wxT("David Avery, ")) + _("developer"), roleContributor);
AddCredit(wxString(wxT("David Bailes, ")) + _("accessibility advisor"), roleContributor);
AddCredit(wxString(wxT("William Bland, ")) + _("developer"), roleContributor);
@ -156,6 +157,7 @@ void AboutDialog::CreateCreditsList()
AddCredit(wxString(wxT("David Hostetler, ")) + _("developer"), roleContributor);
AddCredit(wxString(wxT("Steve Jolly, ")) + _("developer"), roleContributor);
AddCredit(wxString(wxT("Steven Jones, ")) + _("developer"), roleContributor);
AddCredit(wxString(wxT("Henric Jungheim, ")) + _("developer"), roleContributor);
AddCredit(wxString(wxT("Arun Kishore, ")) + _("developer"), roleContributor);
AddCredit(wxString(wxT("Paul Livesey, ")) + _("developer"), roleContributor);
AddCredit(wxString(wxT("Harvey Lubin, ")) + _("graphic artist"), roleContributor);
@ -235,7 +237,7 @@ void AboutDialog::CreateCreditsList()
#endif
// Libraries
AddCredit(wxT("[[http://www.jclark.com/xml/expat.html|expat]]"), roleLibrary);
AddCredit(wxT("[[http://libexpat.github.io/|expat]]"), roleLibrary);
AddCredit(wxT("[[http://xiph.org/flac/|FLAC]]"), roleLibrary);
AddCredit(wxT("iAVC"), roleLibrary);
AddCredit(wxT("[[http://lame.sourceforge.net/|LAME]]"), roleLibrary);
@ -243,10 +245,11 @@ void AboutDialog::CreateCreditsList()
AddCredit(wxT("[[http://www.mega-nerd.com/libsndfile/|libsndfile]]"), roleLibrary);
AddCredit(wxT("[[http://sourceforge.net/p/soxr/wiki/Home/|libsoxr]]"), roleLibrary);
AddCredit(wxT("[[http://lv2plug.in/|lv2]] (") + _("incorporating") + wxT(" lilv, msinttypes, serd, sord and sratom)"), roleLibrary);
AddCredit(wxT("[[https://www.cs.cmu.edu/~music/nyquist/|Nyquist]]"), roleLibrary);
AddCredit(wxT("[[http://www.cs.cmu.edu/~music/nyquist/|Nyquist]]"), roleLibrary);
AddCredit(wxT("[[http://vorbis.com/|Ogg Vorbis]]"), roleLibrary);
AddCredit(wxT("[[http://www.portaudio.com/|PortAudio]]"), roleLibrary);
AddCredit(wxT("[[http://sourceforge.net/apps/trac/portmedia/wiki/portsmf/|portsmf]]"), roleLibrary);
AddCredit(wxT("[[http://www.portmedia.sourceforge.net/portmidi/|PortMidi]]"), roleLibrary);
AddCredit(wxT("[[http://sourceforge.net/p/portmedia/wiki/portsmf/|portsmf]]"), roleLibrary);
AddCredit(wxT("[[http://sbsms.sourceforge.net/|sbsms]]"), roleLibrary);
AddCredit(wxT("[[http://www.surina.net/soundtouch/|SoundTouch]]"), roleLibrary);
AddCredit(wxT("[[http://www.twolame.org/|TwoLAME]]"), roleLibrary);