From 7146cb25f47667d3161b2de9ed89b7eccd5c8296 Mon Sep 17 00:00:00 2001 From: sls Date: Tue, 14 Feb 1995 02:55:52 +0000 Subject: [PATCH] Change close button name to Exit. --- install.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.tcl b/install.tcl index 5308a0e..91ce4da 100644 --- a/install.tcl +++ b/install.tcl @@ -96,7 +96,7 @@ bind .log { 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" -- 2.23.0