1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-02-16 07:47:58 +01:00

Paul wrote back that his name should appear as Paul Nasca in the About dialog.

This commit is contained in:
v.audacity
2013-06-21 22:23:47 +00:00
parent b4f2a09e37
commit 0a41d21c21
7 changed files with 7 additions and 7 deletions

View File

@@ -101,7 +101,7 @@ void AboutDialog::CreateCreditsList()
AddCredit(wxT("Harvey Lubin"), roleContributor);
AddCredit(wxT("Greg Mekkes"), roleContributor);
AddCredit(wxT("Abe Milde"), roleContributor);
AddCredit(wxT("<a href=\"http://www.paulnasca.com/\">Paul Nasca, aka Nasca Octavian Paul</a> (Paulstretch, Phaser, Wahwah)"), roleContributor);
AddCredit(wxT("<a href=\"http://www.paulnasca.com/\">Paul Nasca</a> (Paulstretch, Phaser, Wahwah)"), roleContributor);
AddCredit(wxT("Clayton Otey"), roleContributor);
AddCredit(wxT("Andr\u00e9 Pinto"), roleContributor);
AddCredit(wxT("Mark Phillips"), roleContributor);