From cd15ffa62cfab32a1b984f7dc587dfc403f0d11f Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Fri, 30 Jun 1995 16:30:19 +0000 Subject: [PATCH] Minor changes. --- client.tcl | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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 -- 1.7.10.4