From a8a84df08defb6166ee2dd7309fb156b89d21941 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Gourichon?= Date: Sat, 5 Jan 2019 22:59:20 +0100 Subject: [PATCH] No longer require font helvetica. That font is not always available by default and not essential to the program. --- src/X48.ad | 2 +- src/X48.ad.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/X48.ad b/src/X48.ad index c245ea4..63183bd 100644 --- a/src/X48.ad +++ b/src/X48.ad @@ -33,7 +33,7 @@ *smallLabelFont: -*-fixed-bold-r-normal-*-14-*-*-*-*-*-iso8859-1 *mediumLabelFont: -*-fixed-bold-r-normal-*-15-*-*-*-*-*-iso8859-1 *largeLabelFont: -*-fixed-medium-r-normal-*-20-*-*-*-*-*-iso8859-1 -*connectionFont: -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-iso8859-1 +*connectionFont: -*-fixed-medium-r-normal-*-12-*-*-*-*-*-iso8859-1 ! ! informative stuff diff --git a/src/X48.ad.h b/src/X48.ad.h index f097d94..80f0c4e 100644 --- a/src/X48.ad.h +++ b/src/X48.ad.h @@ -7,7 +7,7 @@ "*smallLabelFont: -*-fixed-bold-r-normal-*-14-*-*-*-*-*-iso8859-1", "*mediumLabelFont: -*-fixed-bold-r-normal-*-15-*-*-*-*-*-iso8859-1", "*largeLabelFont: -*-fixed-medium-r-normal-*-20-*-*-*-*-*-iso8859-1", -"*connectionFont: -*-helvetica-medium-r-normal-*-12-*-*-*-*-*-iso8859-1", +"*connectionFont: -*-fixed-medium-r-normal-*-12-*-*-*-*-*-iso8859-1", "*verbose: False", "*quiet: False", "*printVersion: False",