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

Comparing ray/src/util/gethelp.tcl (file contents):
Revision 2.2 by greg, Mon Oct 2 15:52:57 1995 UTC vs.
Revision 2.3 by greg, Tue Oct 17 21:28:16 1995 UTC

# Line 129 | Line 129 | proc helpopen fname {                  # open the named help file
129          .helpwin.txt insert end "Loading $fname..."
130          update
131          set curhelp(fid) [open $fname r]
132 <        if {! [file exists $ifile] ||
132 >        if {! [file isfile $ifile] ||
133                          [file mtime $fname] > [file mtime $ifile]} {
134                  set helpindex(catlist) {}
135                  while {[gets $curhelp(fid) li] >= 0} {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines