diff src/xfaces.c @ 63705:9e649a045c18

(x_supports_face_attributes_p): Follow error conventions.
author Juanma Barranquero <lekktu@gmail.com>
date Thu, 23 Jun 2005 16:18:01 +0000
parents 144440a09db1
children a8fa7c632ee4 d07fdd5d7d4e b7da78284d4c
line wrap: on
line diff
--- a/src/xfaces.c	Thu Jun 23 16:17:04 2005 +0000
+++ b/src/xfaces.c	Thu Jun 23 16:18:01 2005 +0000
@@ -5912,7 +5912,7 @@
       face = FACE_FROM_ID (f, lookup_face (f, merged_attrs, 0, 0));
 
       if (! face)
-	error ("cannot make face");
+	error ("Cannot make face");
 
       /* If the font is the same, then not supported.  */
       if (face->font == def_face->font)