+2003-11-04 Jeff Hobbs <jeffh@ActiveState.com>
+
+ * tkcon.tcl (::tkcon::EvalSocketClosed): use tk_messageBox instead
+ of tk_dialog
+
2003-10-06 Jeff Hobbs <jeffh@ActiveState.com>
* tkcon.tcl (dir): use %9ld instead of %9d to support large files
catch {close $PRIV(app)}
if {[string compare leave $OPT(dead)] && \
([string match ignore $OPT(dead)] || \
- [tk_dialog $PRIV(base).dead "Dead Attachment" \
- "\"$PRIV(app)\" appears to have died.\
- \nReturn to primary slave interpreter?" questhead 0 OK No])} {
+ [tk_messageBox -title "Dead Attachment" -type yesno \
+ -icon question \
+ -message "\"$PRIV(app)\" appears to have died.\
+ \nReturn to primary slave interpreter?"] == "no")} {
set PRIV(appname) "DEAD:$PRIV(appname)"
set PRIV(deadapp) 1
} else {