1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-08 14:13:57 +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("Harvey Lubin"), roleContributor);
AddCredit(wxT("Greg Mekkes"), roleContributor); AddCredit(wxT("Greg Mekkes"), roleContributor);
AddCredit(wxT("Abe Milde"), 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("Clayton Otey"), roleContributor);
AddCredit(wxT("Andr\u00e9 Pinto"), roleContributor); AddCredit(wxT("Andr\u00e9 Pinto"), roleContributor);
AddCredit(wxT("Mark Phillips"), roleContributor); AddCredit(wxT("Mark Phillips"), roleContributor);

View File

@@ -4,7 +4,7 @@ Audacity: A Digital Audio Editor
Paulstretch.cpp Paulstretch.cpp
Nasca Octavian Paul Nasca Octavian Paul (Paul Nasca)
Some GUI code was taken from the Echo effect Some GUI code was taken from the Echo effect
*******************************************************************/ *******************************************************************/

View File

@@ -3,7 +3,7 @@
Audacity: A Digital Audio Editor Audacity: A Digital Audio Editor
Paulstretch.h Paulstretch.h
Nasca Octavian Paul Nasca Octavian Paul (Paul Nasca)
**********************************************************************/ **********************************************************************/

View File

@@ -5,7 +5,7 @@
Phaser.cpp Phaser.cpp
Effect programming: Effect programming:
Nasca Octavian Paul Nasca Octavian Paul (Paul Nasca)
UI programming: UI programming:
Dominic Mazzoni (with the help of wxDesigner) Dominic Mazzoni (with the help of wxDesigner)

View File

@@ -5,7 +5,7 @@
Phaser Phaser
Effect programming: Effect programming:
Nasca Octavian Paul Nasca Octavian Paul (Paul Nasca)
UI programming: UI programming:
Dominic Mazzoni (with the help of wxDesigner) Dominic Mazzoni (with the help of wxDesigner)

View File

@@ -5,7 +5,7 @@
Wahwah.cpp Wahwah.cpp
Effect programming: Effect programming:
Nasca Octavian Paul Nasca Octavian Paul (Paul Nasca)
UI programming: UI programming:
Dominic Mazzoni (with the help of wxDesigner) Dominic Mazzoni (with the help of wxDesigner)

View File

@@ -5,7 +5,7 @@
Wahwah Wahwah
Effect programming: Effect programming:
Nasca Octavian Paul Nasca Octavian Paul (Paul Nasca)
UI programming: UI programming:
Dominic Mazzoni (with the help of wxDesigner) Dominic Mazzoni (with the help of wxDesigner)