From: Han-Wen Nienhuys Date: Thu, 14 Dec 2006 12:19:54 +0000 (+0100) Subject: update THANKS. X-Git-Tag: release/2.11.3-1~31 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=3429c5fe36e95b132f4934af122a28529a2e12ad;p=lilypond.git update THANKS. --- diff --git a/THANKS b/THANKS index 98c05e8a7f..94f71d2208 100644 --- a/THANKS +++ b/THANKS @@ -23,6 +23,7 @@ Benjamin Drung David Bobroff Cameron Horsburgh Maarten Hijzelendoorn +Matthijs Frankeno Phillip Kirlin Rick Hansen Thomas Scharkowski diff --git a/buildscripts/pfx2ttf.fontforge b/buildscripts/pfx2ttf.fontforge index aac582befc..cdb82475f6 100644 --- a/buildscripts/pfx2ttf.fontforge +++ b/buildscripts/pfx2ttf.fontforge @@ -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