]> git.donarmstrong.com Git - lilypond.git/commitdiff
update THANKS.
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Thu, 14 Dec 2006 12:19:54 +0000 (13:19 +0100)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Thu, 14 Dec 2006 12:19:54 +0000 (13:19 +0100)
THANKS
buildscripts/pfx2ttf.fontforge

diff --git a/THANKS b/THANKS
index 98c05e8a7f5b5b71ec86f7fa8cd84f4d082bb824..94f71d220862707fa81e5ac1e13ccec350fe9f8e 100644 (file)
--- a/THANKS
+++ b/THANKS
@@ -23,6 +23,7 @@ Benjamin Drung
 David Bobroff
 Cameron Horsburgh
 Maarten Hijzelendoorn 
+Matthijs Frankeno
 Phillip Kirlin
 Rick Hansen
 Thomas Scharkowski
index aac582befcdd2e2bbab44a5cc43e1a29b9ce3ef9..cdb82475f67079612a02a406c5b6593b619e1df5 100644 (file)
@@ -13,9 +13,9 @@ err = SelectIf("trademark");
 if ( err > 0 )
    Cut();
 elseif ( err == 0 )
-   Print("Could not find \"Trademark\" glyph");
+   Print("Could not find \"trademark\" glyph");
 elseif ( err < 0 )
-   Print("An error occurred while searching for the \"numero\" glyph");
+   Print("An error occurred while searching for the \"trademark\" glyph");
 endif