projects
/
tkinspect
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
95dd972
)
Add feedback.tcl
author
sls
<sls>
Thu, 23 Mar 1995 06:57:45 +0000
(06:57 +0000)
committer
sls
<sls>
Thu, 23 Mar 1995 06:57:45 +0000
(06:57 +0000)
stl.tcl
patch
|
blob
|
history
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]
}
}