projects
/
tkinspect
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
51e4af5
)
Change close button name to Exit.
author
sls
<sls>
Tue, 14 Feb 1995 02:55:52 +0000
(
02:55
+0000)
committer
sls
<sls>
Tue, 14 Feb 1995 02:55:52 +0000
(
02:55
+0000)
install.tcl
patch
|
blob
|
history
diff --git
a/install.tcl
b/install.tcl
index 5308a0e69c3e4138e5ecf385ff9904dbaf37c82c..91ce4da625a44b098aadcc2c0c0281e021bed67e 100644
(file)
--- a/
install.tcl
+++ b/
install.tcl
@@
-96,7
+96,7
@@
bind .log <FocusIn> {
frame .buttons
pack .buttons -side top
button .install -text "Install" -command install
-button .cancel -text "
Cancel
" -command "destroy ."
+button .cancel -text "
Exit
" -command "destroy ."
pack .install .cancel -in .buttons -side left
wm title . "Tkinspect Installation"