From b22b4fe35c37ca85ae096ab8cca43d92e5c19c55 Mon Sep 17 00:00:00 2001 From: hanwen Date: Thu, 30 Mar 2006 21:54:13 +0000 Subject: [PATCH] release commit --- THANKS | 1 + lily/pango-font.cc | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/THANKS b/THANKS index 0a1c4ec169..01da1881e5 100644 --- a/THANKS +++ b/THANKS @@ -16,6 +16,7 @@ Joe Neeman SPONSORS +Chris Sawer DOCUMENTATION HELPERS diff --git a/lily/pango-font.cc b/lily/pango-font.cc index f38c5ff7b5..73ea7426a6 100644 --- a/lily/pango-font.cc +++ b/lily/pango-font.cc @@ -174,7 +174,7 @@ Pango_font::pango_item_string_stencil (PangoItem const *item, string str) const if (glyph_name[0] == '\0' && has_glyph_names) { - programming_error ("Glyph has no name, but font supports glyph naming"); + programming_error ("Glyph has no name, but font supports glyph naming. Skipping glyph."); continue; } -- 2.11.4.GIT