diff options
Diffstat (limited to 'chinese/gnumeric/files/patch-aa')
-rw-r--r-- | chinese/gnumeric/files/patch-aa | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/chinese/gnumeric/files/patch-aa b/chinese/gnumeric/files/patch-aa deleted file mode 100644 index ffe9ac4029cc..000000000000 --- a/chinese/gnumeric/files/patch-aa +++ /dev/null @@ -1,11 +0,0 @@ ---- src/dialogs/dialog-stf-preview.c.orig Fri Dec 14 13:14:57 2001 -+++ src/dialogs/dialog-stf-preview.c Fri Dec 14 13:15:42 2001 -@@ -613,7 +613,7 @@ - * The name of the default font for this locale. - * Preferably something with the correct encoding. - */ -- renderdata->font = gdk_fontset_load (_("fixed")); -+ renderdata->font = gdk_fontset_load ("-*-medium-r-normal-*-14-*-iso8859-1,-*-medium-r-normal--14-*-*-*-*-*-big5-0"); - renderdata->charwidth = gdk_string_width (renderdata->font, "W"); - renderdata->charheight = gdk_string_height (renderdata->font, "W"); - |