projects
/
tkinspect
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dc6a55a
)
Added Tk requirement.
author
Pat Thoyts
<patthoyts@users.sourceforge.net>
Sun, 7 Apr 2002 22:36:54 +0000
(22:36 +0000)
committer
Pat Thoyts
<patthoyts@users.sourceforge.net>
Sun, 7 Apr 2002 22:36:54 +0000
(22:36 +0000)
tkinspect.tcl
patch
|
blob
|
history
diff --git
a/tkinspect.tcl
b/tkinspect.tcl
index 2f7f54e12897087c0910d601a0c88cc45b97c06f..814e2ef903e4076846ad14c0f746ae9b5e9c33b8 100644
(file)
--- a/
tkinspect.tcl
+++ b/
tkinspect.tcl
@@
-5,6
+5,8
@@
exec wish "$0" ${1+"$@"}
# $Id$
#
+package require Tk
+
set tkinspect(title) "Tkinspect"
set tkinspect(counter) -1
set tkinspect(main_window_count) 0