aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/quick-view.c
diff options
context:
space:
mode:
authorChangwoo Ryu <cwryu@adam.kaist.ac.kr>1999-02-27 04:03:57 +0800
committerChangwoo Ryu <cwryu@src.gnome.org>1999-02-27 04:03:57 +0800
commit83987b1ad93096752cfcc6b897d8aefd1cafb187 (patch)
tree7a80de961cd88786a1884c003fc7c5449f0ee605 /calendar/quick-view.c
parent80f83d0085ff5ee4f59b7be88ad4ff6499558c7e (diff)
downloadgsoc2013-evolution-83987b1ad93096752cfcc6b897d8aefd1cafb187.tar
gsoc2013-evolution-83987b1ad93096752cfcc6b897d8aefd1cafb187.tar.gz
gsoc2013-evolution-83987b1ad93096752cfcc6b897d8aefd1cafb187.tar.bz2
gsoc2013-evolution-83987b1ad93096752cfcc6b897d8aefd1cafb187.tar.lz
gsoc2013-evolution-83987b1ad93096752cfcc6b897d8aefd1cafb187.tar.xz
gsoc2013-evolution-83987b1ad93096752cfcc6b897d8aefd1cafb187.tar.zst
gsoc2013-evolution-83987b1ad93096752cfcc6b897d8aefd1cafb187.zip
Added Korean font to the fontset string. Likewise.
1999-02-27 Changwoo Ryu <cwryu@adam.kaist.ac.kr> * quick-view.c (QUICK_VIEW_FONTSET): Added Korean font to the fontset string. * mark.h (*_FONTSET): Likewise. 1999-02-27 Changwoo Ryu <cwryu@adam.kaist.ac.kr> * canvas.c (*_FONTSET): Added Korean fonts to the each fontset strings. svn path=/trunk/; revision=707
Diffstat (limited to 'calendar/quick-view.c')
-rw-r--r--calendar/quick-view.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/quick-view.c b/calendar/quick-view.c
index f8fe8d42fd..c23ed612c0 100644
--- a/calendar/quick-view.c
+++ b/calendar/quick-view.c
@@ -10,7 +10,7 @@
#include "main.h"
-#define QUICK_VIEW_FONTSET "-adobe-helvetica-medium-r-normal--10-*-*-*-p-*-*-*,-cronyx-helvetica-medium-r-normal-*-11-*-*-*-p-*-koi8-r"
+#define QUICK_VIEW_FONTSET "-adobe-helvetica-medium-r-normal--10-*-*-*-p-*-*-*,-cronyx-helvetica-medium-r-normal-*-11-*-*-*-p-*-koi8-r,-*-*-medium-r-normal--10-*-*-*-*-*-ksc5601.1987-0,*"
static void quick_view_class_init (QuickViewClass *class);