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

Comparing ray/src/util/do_scene3.6.tcl (file contents):
Revision 2.6 by greg, Tue Dec 6 15:54:43 1994 UTC vs.
Revision 2.7 by greg, Wed Feb 22 20:48:52 1995 UTC

# Line 45 | Line 45 | proc oct_delete {} {           # delete octree file
45          }
46          if [tk_dialog .dlg {Verification} \
47                          "Really delete octree file $radvar(OCTREE)?" \
48 <                        questhead 1 {Delete} {Cancel}] {
48 >                        questhead 0 {Delete} {Cancel}] {
49                  return 0
50          }
51          if [catch {exec rm $radvar(OCTREE) < /dev/null} curmess] {return 0}

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines