]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/freetype.cc
Use the same line thickness as circle markup for box markup.
[lilypond.git] / lily / freetype.cc
index 31a92c95fe73be28b5e9ca4575763e47d4b2f371..18882125d64c48f9e1073ab81688a940240524c0 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 2004--2005 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  (c) 2004--2007 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #include "freetype.hh"
@@ -16,6 +16,6 @@ init_freetype ()
 {
   int errorcode = FT_Init_FreeType (&freetype2_library);
   if (errorcode)
-    error ("can't initialize FreeType");
+    error ("cannot initialize FreeType");
 }