Set corresponding font weight and slant.
Non critical change.
This commit is contained in:
parent
192e67250e
commit
bc978a22b5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=36664
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue