ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/util/do_options.tcl
(Generate patch)

Comparing ray/src/util/do_options.tcl (file contents):
Revision 2.4 by greg, Tue Feb 7 12:01:17 1995 UTC vs.
Revision 2.5 by greg, Wed Feb 22 20:48:49 1995 UTC

# Line 15 | Line 15 | proc amb_delete {} {           # delete ambient file
15          if {$nv > 50 && [tk_dialog .dlg {Verification} \
16                                  "Really delete ambient file $radvar(AMBFILE)\
17                                  with $nv indirect irradiance values?" \
18 <                                questhead 1 {Delete} {Cancel}]} {
18 >                                questhead 0 {Delete} {Cancel}]} {
19                  return 0
20          }
21          if [catch {exec rm $radvar(AMBFILE) < /dev/null} curmess] {return 0}

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines