Update of /cvsroot/audacity/audacity-src/src
In directory sc8-pr-cvs11.sourceforge.net:/tmp/cvs-serv11684
Modified Files:
AboutDialog.cpp
Log Message:
Fixed spelling of Greg Mekkes' name
Index: AboutDialog.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/AboutDialog.cpp,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -d -r1.59 -r1.60
--- AboutDialog.cpp 26 Dec 2007 16:04:41 -0000 1.59
+++ AboutDialog.cpp 23 Jan 2008 16:39:25 -0000 1.60
@@ -86,7 +86,7 @@
AddCredit(wxT("Brian Gunlogson"), roleContributor);
AddCredit(wxT("Arun Kishore"), roleContributor);
AddCredit(wxT("Harvey Lubin"), roleContributor);
- AddCredit(wxT("Grek Mekkes"), roleContributor);
+ AddCredit(wxT("Greg Mekkes"), roleContributor);
AddCredit(wxT("Abe Milde"), roleContributor);
AddCredit(wxT("Paul Nasca"), roleContributor);
AddCredit(wxT("Augustus Saunders"), roleContributor);
|