error mserror msgg

This commit is contained in:
Joachim Schoeberl 2009-01-22 21:15:34 +00:00
parent 6a30dffef7
commit 55f53683f4

View File

@ -1,8 +1,9 @@
puts "found ng.tcl"
if {[catch {package require Tix }]} {
if {[catch {package require Tix } result ]} {
puts "cannot find package Tix"
puts "error : $result"
}
# if {[catch {package require Togl 2.0 }]} {