aboutsummaryrefslogtreecommitdiffstats
path: root/chinese/gnumeric/files/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'chinese/gnumeric/files/patch-ab')
-rw-r--r--chinese/gnumeric/files/patch-ab4
1 files changed, 2 insertions, 2 deletions
diff --git a/chinese/gnumeric/files/patch-ab b/chinese/gnumeric/files/patch-ab
index 8b0d40b5caec..e7ee23b97eea 100644
--- a/chinese/gnumeric/files/patch-ab
+++ b/chinese/gnumeric/files/patch-ab
@@ -5,10 +5,10 @@
/* Worst case scenario */
- font->gdk_font = gnome_display_font_get_gdk_font (font->dfont);
-+ font->gdk_font = gdk_fontset_load ("-*-medium-r-normal--14-*-*-*-*-*-big5-0");
++ font->gdk_font = gdk_fontset_load ("-*-medium-r-normal-*-14-*-iso8859-1,-*-medium-r-normal--14-*-*-*-*-*-big5-0");
if (font->gdk_font == NULL)
- font->gdk_font = gdk_font_load ("fixed");
-+ font->gdk_font = gdk_fontset_load ("-*-medium-r-normal--14-*-*-*-*-*-big5-0");
++ font->gdk_font = gdk_fontset_load ("-*-medium-r-normal-*-14-*-iso8859-1,-*-medium-r-normal--14-*-*-*-*-*-big5-0");
else
gdk_font_ref (font->gdk_font);