changeset 72446:44f03dd44abf

(load_pixmap): Add quotes in error message.
author Richard M. Stallman <rms@gnu.org>
date Sun, 20 Aug 2006 12:06:59 +0000
parents 30a779a4fc54
children 2a80ec1d7c00
files src/xfaces.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/xfaces.c	Sun Aug 20 12:06:20 2006 +0000
+++ b/src/xfaces.c	Sun Aug 20 12:06:59 2006 +0000
@@ -1189,7 +1189,7 @@
 
   if (bitmap_id < 0)
     {
-      add_to_log ("Invalid or undefined bitmap %s", name, Qnil);
+      add_to_log ("Invalid or undefined bitmap `%s'", name, Qnil);
       bitmap_id = 0;
 
       if (w_ptr)