--- ray/src/util/do_options.tcl 1995/02/07 12:01:17 2.4 +++ ray/src/util/do_options.tcl 1995/02/22 20:48:49 2.5 @@ -15,7 +15,7 @@ proc amb_delete {} { # delete ambient file if {$nv > 50 && [tk_dialog .dlg {Verification} \ "Really delete ambient file $radvar(AMBFILE)\ with $nv indirect irradiance values?" \ - questhead 1 {Delete} {Cancel}]} { + questhead 0 {Delete} {Cancel}]} { return 0 } if [catch {exec rm $radvar(AMBFILE) < /dev/null} curmess] {return 0}