Add feedback.tcl
authorsls <sls>
Thu, 23 Mar 1995 06:57:45 +0000 (06:57 +0000)
committersls <sls>
Thu, 23 Mar 1995 06:57:45 +0000 (06:57 +0000)
stl.tcl

diff --git a/stl.tcl b/stl.tcl
index e830c1bcafd8e43bf390853770d49a52229a1905..2b59228246d70ba78bab4d11bdd2077cd0a92294 100644 (file)
--- a/stl.tcl
+++ b/stl.tcl
@@ -8,7 +8,9 @@
 
 proc stl_lite_init {} {
     global tkinspect_library
-    foreach file {object.tcl filechsr.tcl simpleentry.tcl tk_util.tcl} {
+    foreach file {
+       object.tcl filechsr.tcl simpleentry.tcl tk_util.tcl feedback.tcl
+    } {
        uplevel #0 [list source $tkinspect_library/stl-lite/$file]
     }
 }