Change close button name to Exit.
authorsls <sls>
Tue, 14 Feb 1995 02:55:52 +0000 (02:55 +0000)
committersls <sls>
Tue, 14 Feb 1995 02:55:52 +0000 (02:55 +0000)
install.tcl

index 5308a0e69c3e4138e5ecf385ff9904dbaf37c82c..91ce4da625a44b098aadcc2c0c0281e021bed67e 100644 (file)
@@ -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"