summaryrefslogtreecommitdiff
path: root/src/xfaces.c
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2006-08-20 12:06:59 +0000
committerRichard M. Stallman <rms@gnu.org>2006-08-20 12:06:59 +0000
commit2eb582aeac58327a85bd1a5fbdb21fd95264293a (patch)
tree1b70475da8a033f9a3b74c70cdb72c1c7c4053c2 /src/xfaces.c
parentff458d812f881e04585bef6bdb96e3cd0ddd905d (diff)
downloademacs-2eb582aeac58327a85bd1a5fbdb21fd95264293a.tar.gz
(load_pixmap): Add quotes in error message.
Diffstat (limited to 'src/xfaces.c')
-rw-r--r--src/xfaces.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xfaces.c b/src/xfaces.c
index 99355cca6af..3dc5ddc3401 100644
--- a/src/xfaces.c
+++ b/src/xfaces.c
@@ -1189,7 +1189,7 @@ load_pixmap (f, name, w_ptr, h_ptr)
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)