From 65ed7b993cf59bcf408575a72785dd0cd26a15e5 Mon Sep 17 00:00:00 2001 From: Joshua Sled Date: Wed, 19 Jun 2002 15:48:26 +0000 Subject: [PATCH] Loosen the font description we want to let this work on other machines. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@6982 57a11ea4-9604-0410-9ed3-97b8803252fd --- src/gnome-utils/gnc-dense-cal.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gnome-utils/gnc-dense-cal.c b/src/gnome-utils/gnc-dense-cal.c index 55ab52e899..6a726869de 100644 --- a/src/gnome-utils/gnc-dense-cal.c +++ b/src/gnome-utils/gnc-dense-cal.c @@ -87,7 +87,7 @@ static const gchar* MONTH_THIS_COLOR = "lavender"; static const gchar* MONTH_THAT_COLOR = "SlateGray1"; static const gchar* MARK_COLOR = "Yellow"; -static const gchar* LABEL_FONT_NAME = "-Adobe-Helvetica-Bold-R-Normal--10-100-75-75-P-60-ISO8859-15"; +static const gchar* LABEL_FONT_NAME = "-adobe-helvetica-bold-r-normal--*-100-*-*-p-*-iso8859-1"; static const gchar* MARKS_LOST_SIGNAL_NAME = "marks_lost";