changeset 64232:7325563a1148

* xfaces.c (x_update_menu_appearance): Use fontSet resource for Lucid if X_I18N, font otherwise.
author Jan Djärv <jan.h.d@swipnet.se>
date Mon, 11 Jul 2005 14:28:43 +0000
parents b243b15202e7
children eef05a143e07
files src/ChangeLog src/xfaces.c
diffstat 2 files changed, 10 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Mon Jul 11 07:11:48 2005 +0000
+++ b/src/ChangeLog	Mon Jul 11 14:28:43 2005 +0000
@@ -1,3 +1,8 @@
+2005-07-11  Jan Dj,Ad(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.
--- a/src/xfaces.c	Mon Jul 11 07:11:48 2005 +0000
+++ b/src/xfaces.c	Mon Jul 11 14:28:43 2005 +0000
@@ -4718,7 +4718,12 @@
 	  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