summaryrefslogtreecommitdiffstats
path: root/chinese
diff options
context:
space:
mode:
authorclive <clive@FreeBSD.org>2001-01-03 19:30:32 +0000
committerclive <clive@FreeBSD.org>2001-01-03 19:30:32 +0000
commitccba5d52819861b6a5d062ff36c843ae5980e5f3 (patch)
tree3922339b24fce69274c94995d552a19e5dc1cbc7 /chinese
parent0cdf708a0d94681ec23901f7d80bc3e9b5312e6a (diff)
downloadFreeBSD-ports-ccba5d52819861b6a5d062ff36c843ae5980e5f3.zip
FreeBSD-ports-ccba5d52819861b6a5d062ff36c843ae5980e5f3.tar.gz
Set corresponding font weight and slant.
Non critical change.
Diffstat (limited to 'chinese')
-rw-r--r--chinese/xmms/files/extra-patch-xmms-1.2.x-xfont4
1 files changed, 2 insertions, 2 deletions
diff --git a/chinese/xmms/files/extra-patch-xmms-1.2.x-xfont b/chinese/xmms/files/extra-patch-xmms-1.2.x-xfont
index 9590c14..999d6d2 100644
--- a/chinese/xmms/files/extra-patch-xmms-1.2.x-xfont
+++ b/chinese/xmms/files/extra-patch-xmms-1.2.x-xfont
@@ -66,10 +66,10 @@ diff -ru xmms/playlist_list.c xmms/playlist_list.c
if (cfg.playlist_font == NULL)
- cfg.playlist_font = g_strdup("-adobe-helvetica-bold-r-*-*-10-*");
-+ cfg.playlist_font = g_strdup("-adobe-helvetica-bold-r-*-*-10-*,-*-big5-0");
++ cfg.playlist_font = g_strdup("-adobe-helvetica-bold-r-*-*-10-*,-*-bold-r-*-big5-0");
if (cfg.mainwin_font == NULL)
- cfg.mainwin_font = g_strdup("-adobe-helvetica-medium-r-*-*-8-*");
-+ cfg.mainwin_font = g_strdup("-adobe-helvetica-medium-r-*-*-8-*,-*-big5-0");
++ cfg.mainwin_font = g_strdup("-adobe-helvetica-medium-r-*-*-8-*,-*-medium-r-*-big5-0");
if (cfg.outputplugin == NULL)
{
#if defined(HAVE_SYS_SOUNDCARD_H) || defined(HAVE_MACHINE_SOUNDCARD_H)
OpenPOWER on IntegriCloud