]> git.eshelyaron.com Git - emacs.git/commitdiff
* xfaces.c (x_update_menu_appearance): Use fontSet resource for
authorJan Djärv <jan.h.d@swipnet.se>
Mon, 11 Jul 2005 14:28:43 +0000 (14:28 +0000)
committerJan Djärv <jan.h.d@swipnet.se>
Mon, 11 Jul 2005 14:28:43 +0000 (14:28 +0000)
Lucid if X_I18N, font otherwise.

src/ChangeLog
src/xfaces.c

index 5c5654bfca9299e08f76f8123e59545b2047f58c..c7b35c8317551e9a2ce70c772c20d53d166d68e1 100644 (file)
@@ -1,3 +1,8 @@
+2005-07-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
+
+       * xfaces.c (x_update_menu_appearance): Use fontSet resource for
+       Lucid if X_I18N, font otherwise.
+
 2005-07-10  Steven Tamm  <steventamm@mac.com>
 
        * mac.c (Fmac_get_file_type, Fmac_get_file_creator): Added.
index 616318daa63bc302b3333ef3dee456cd6fe4aa1c..2fb02360e501ce6d46a3c5be55739b6f8cb16d24 100644 (file)
@@ -4717,8 +4717,13 @@ x_update_menu_appearance (f)
 #ifdef USE_MOTIF
          const char *suffix = "List";
          Bool motif = True;
+#else
+#if defined HAVE_X_I18N
+
+         const char *suffix = "Set";
 #else
          const char *suffix = "";
+#endif
          Bool motif = False;
 #endif
 #if defined HAVE_X_I18N