aboutsummaryrefslogtreecommitdiff
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-ab18
1 files changed, 0 insertions, 18 deletions
diff --git a/chinese/gnumeric/files/patch-ab b/chinese/gnumeric/files/patch-ab
deleted file mode 100644
index fd6ca546d951..000000000000
--- a/chinese/gnumeric/files/patch-ab
+++ /dev/null
@@ -1,18 +0,0 @@
---- src/style.c.orig Tue Jan 29 14:17:24 2002
-+++ src/style.c Sun Aug 18 02:52:37 2002
-@@ -80,13 +80,13 @@
- }
-
- /* Worst case scenario */
-- font->gdk_font = gnome_display_font_get_gdk_font (font->dfont);
-+ font->gdk_font = gdk_fontset_load ("-*-medium-r-normal-*-14-*-iso8859-1,-*-medium-r-normal--14-*-*-*-*-*-big5-0");
- if (font->gdk_font == NULL)
- /* xgettext:
- * The name of the default font for this locale.
- * Preferably something with the correct encoding.
- */
-- font->gdk_font = gdk_fontset_load (_("fixed"));
-+ font->gdk_font = gdk_font_load (_("fixed"));
- else
- gdk_font_ref (font->gdk_font);
-