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
This commit is contained in:
Joshua Sled 2002-06-19 15:48:26 +00:00
parent 9b680c45d6
commit 65ed7b993c

View File

@ -87,7 +87,7 @@ static const gchar* MONTH_THIS_COLOR = "lavender";
static const gchar* MONTH_THAT_COLOR = "SlateGray1"; static const gchar* MONTH_THAT_COLOR = "SlateGray1";
static const gchar* MARK_COLOR = "Yellow"; 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"; static const gchar* MARKS_LOST_SIGNAL_NAME = "marks_lost";