From: Adam Dickmeiss Date: Wed, 19 Nov 1997 13:19:54 +0000 (+0000) Subject: Font fix. X-Git-Tag: IRTCL.1.4~68 X-Git-Url: http://lists.indexdata.com/cgi-bin?a=commitdiff_plain;h=0730ae3894fdd677ba532d8385ea867ffe02c7ed;p=ir-tcl-moved-to-github.git Font fix. --- diff --git a/client.tcl b/client.tcl index 6473a39..183c7c7 100644 --- a/client.tcl +++ b/client.tcl @@ -4,7 +4,10 @@ # Sebastian Hammer, Adam Dickmeiss # # $Log: client.tcl,v $ -# Revision 1.101 1997-11-19 11:20:56 adam +# Revision 1.102 1997-11-19 13:19:54 adam +# Font fix. +# +# Revision 1.101 1997/11/19 11:20:56 adam # New target profile format - associative arrrays instead of LONG lists. # # Revision 1.100 1997/09/09 10:19:50 adam @@ -494,7 +497,7 @@ wm minsize . 0 0 set setOffset 0 set setMax 0 -if {[lindex [split $tk_version .] 0] > 4} { +if {[lindex [split $tk_version .] 0] < 5} { set font(bb,normal) -Adobe-Helvetica-Medium-R-Normal-*-240-* set font(bb,bold) -Adobe-Helvetica-Bold-R-Normal-*-240-* set font(b,normal) -Adobe-Helvetica-Medium-R-Normal-*-180-*