X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Ftfm.cc;h=982b357300ef76c9a53510d4a189b6bcf73d671a;hb=fdfd147f1233eef6ea8b176290221b5a4ec38868;hp=af11940191f1475b67292ac1a1482748c9d0c163;hpb=e06b574017fe8923df3ad37e024cf850358861b7;p=lilypond.git diff --git a/lily/tfm.cc b/lily/tfm.cc index af11940191..982b357300 100644 --- a/lily/tfm.cc +++ b/lily/tfm.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1999 Jan Nieuwenhuizen + (c) 1999--2000 Jan Nieuwenhuizen 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; }