From: Adam Dickmeiss Date: Fri, 30 Jun 1995 16:30:19 +0000 (+0000) Subject: Minor changes. X-Git-Tag: IRTCL.1.4~229 X-Git-Url: http://jsfdemo.indexdata.com/?a=commitdiff_plain;h=cd15ffa62cfab32a1b984f7dc587dfc403f0d11f;p=ir-tcl-moved-to-github.git Minor changes. --- diff --git a/client.tcl b/client.tcl index a2f320f..405ea0d 100644 --- a/client.tcl +++ b/client.tcl @@ -4,7 +4,10 @@ # Sebastian Hammer, Adam Dickmeiss # # $Log: client.tcl,v $ -# Revision 1.59 1995-06-29 14:06:25 adam +# Revision 1.60 1995-06-30 16:30:19 adam +# Minor changes. +# +# Revision 1.59 1995/06/29 14:06:25 adam # Another bug in install fixed. Configure searches for more versions of yaz. # # Revision 1.58 1995/06/29 12:34:06 adam @@ -297,7 +300,7 @@ proc tkerror err { label $w.top.b -bitmap error message $w.top.t -aspect 300 -text "Error: $err" \ - -font -Adobe-Helvetica-Bold-R-Normal-*-200-* + -font -Adobe-Helvetica-Bold-R-Normal-*-180-* pack $w.top.b $w.top.t -side left -padx 10 -pady 10 bottom-buttons $w [list {Close} [list destroy $w]] 1