From f2b0438b053f2cc20f8d6653ca7c1672afec6abb Mon Sep 17 00:00:00 2001 From: fred Date: Wed, 27 Mar 2002 00:34:14 +0000 Subject: [PATCH] lilypond-1.3.115 --- lily/all-font-metrics.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lily/all-font-metrics.cc b/lily/all-font-metrics.cc index fd34ea57a2..b678dc5adf 100644 --- a/lily/all-font-metrics.cc +++ b/lily/all-font-metrics.cc @@ -84,12 +84,12 @@ All_font_metrics::find_afm (String name) if (tfm->info_.checksum != afm->checksum_) { - String s = _("Font checksum mismatch"); + String s = _f("Font checksum mismatch for font file `%s'", path.ch_C()); s+= "\n"; s += " TFM: " + to_str ((int) tfm->info_.checksum); s += " AFM: " + to_str ((int) afm->checksum_); s += "\n"; - s += _(" Rebuild all AFM files, and remove all .pk and .tfm files"); + s += _(" Rebuild all AFM files, and remove all .pk and .tfm files. Rerun with -V to show font paths."); error (s); } -- 2.39.5