Remove all traces of tk_dialog

This commit is contained in:
Dianne Skoll
2024-03-16 15:45:29 -04:00
parent a0830ad23c
commit e5ff132c5e
2 changed files with 2 additions and 2 deletions

View File

@@ -53,7 +53,7 @@ proc SetConfigDefaults {} {
# Pops up an error dialog; then calls exit.
#***********************************************************************
proc Bail { msg } {
tk_dialog .err "Remind Configuration Error" $msg error 0 "Bummer"
tk_messageBox -message "Remind Build Error" -detail $msg -icon error -type ok
exit 1
}