mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-12 07:27:57 +00:00
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
@ -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 New Issue
Block a user