From a8ee6ffd813a2a28e63cfa356766c923a0a0159b Mon Sep 17 00:00:00 2001 From: Joachim Schoeberl Date: Tue, 25 Aug 2009 11:23:47 +0000 Subject: [PATCH] --- ng/ng.tcl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ng/ng.tcl b/ng/ng.tcl index eabe23bc..d7bae57e 100644 --- a/ng/ng.tcl +++ b/ng/ng.tcl @@ -5,9 +5,9 @@ if {[catch {package require Tix } result ]} { puts "error : $result" } -# if {[catch {package require Togl 2.0 }]} { -# puts "cannot find package Togl 2.0" -# } +if {[catch {package require Togl 2.0 }]} { + puts "cannot find package Togl 2.0" +}