2011/1/26 John Mandereau <[email protected]>: >> > "Free type error: %s" >> > (why free? it's FreeType maybe?) >> >> I think yes, it's for an error in FreeType. > > If so, the message in English should be fixed, shouldn't it?
The attached patch would correct this. -- Francisco Vila. Badajoz (Spain) www.paconet.org , www.csmbadajoz.com
From 218c26601b83c132acb94a59f26a35e03f502bf0 Mon Sep 17 00:00:00 2001 From: Francisco Vila <[email protected]> Date: Thu, 27 Jan 2011 17:06:03 +0100 Subject: [PATCH] Spell Free type as FreeType. --- lily/open-type-font.cc | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lily/open-type-font.cc b/lily/open-type-font.cc index 7b3b973..73d93cc 100644 --- a/lily/open-type-font.cc +++ b/lily/open-type-font.cc @@ -50,7 +50,7 @@ load_table (char const *tag_str, FT_Face face, FT_ULong *length) return buffer; } else - programming_error (_f ("Free type error: %s", + programming_error (_f ("FreeType error: %s", freetype_error_string (error_code).c_str () )); -- 1.7.0.4
_______________________________________________ lilypond-devel mailing list [email protected] http://lists.gnu.org/mailman/listinfo/lilypond-devel
