]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/tfm.cc
release: 1.3.66
[lilypond.git] / lily / tfm.cc
index af11940191f1475b67292ac1a1482748c9d0c163..982b357300ef76c9a53510d4a189b6bcf73d671a 100644 (file)
@@ -3,7 +3,7 @@
   
   source file of the GNU LilyPond music typesetter
   
-  (c) 1999 Jan Nieuwenhuizen <janneke@gnu.org>
+  (c) 1999--2000 Jan Nieuwenhuizen <janneke@gnu.org>
   
 
   some code shamelessly copied from GNU fontutils-0.6/tfm/tfm_input.c
@@ -67,7 +67,7 @@ Tex_font_metric::find_ascii (int ascii, bool warn) const
   else if (warn)
 
     {
-      warning (_f ("Can't find ascii character: `%d'", ascii));
+      warning (_f ("can't find ascii character: `%d'", ascii));
     }
   return &dummy_static_char_metric;  
 }