diff options
author | Jing-Tang Keith Jang <keith@FreeBSD.org> | 2001-03-06 07:19:39 +0000 |
---|---|---|
committer | Jing-Tang Keith Jang <keith@FreeBSD.org> | 2001-03-06 07:19:39 +0000 |
commit | 007c839ed19327befcd9e199e35bf0cce80a187b (patch) | |
tree | cb7f29884851899dd9b3871c44da1c72a7b65038 /chinese/gnumeric/files/patch-aa | |
parent | Remove duplicate port. (diff) |
Initial version. Gnumeric is a spreadsheet for GNOME.
This is a slightly modified version of japanese/gnumeric. It can
exchange simple spreadsheets with MS Excel.
TODO: Test CLE's patch, to see if a static gnomeole2 is needed to
avoid frequent crash when opening complicated .xls.
Notes
Notes:
svn path=/head/; revision=39115
Diffstat (limited to 'chinese/gnumeric/files/patch-aa')
-rw-r--r-- | chinese/gnumeric/files/patch-aa | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/chinese/gnumeric/files/patch-aa b/chinese/gnumeric/files/patch-aa new file mode 100644 index 000000000000..a385c0199fcb --- /dev/null +++ b/chinese/gnumeric/files/patch-aa @@ -0,0 +1,11 @@ +--- src/dialogs/dialog-stf-preview.c.orig Mon Oct 30 17:44:01 2000 ++++ src/dialogs/dialog-stf-preview.c Mon Oct 30 17:44:31 2000 +@@ -711,7 +711,7 @@ + renderdata->gridgroup = NULL; + renderdata->hashtable = g_hash_table_new (g_int_hash, g_int_equal); + +- renderdata->font = gdk_font_load ("fixed"); ++ renderdata->font = gdk_fontset_load ("-*-medium-r-normal--14-*-*-*-*-*-big5-0"); + renderdata->charwidth = gdk_string_width (renderdata->font, "W"); + renderdata->charheight = gdk_string_height (renderdata->font, "W"); + |