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

Comparing ray/src/util/do_action.tcl (file contents):
Revision 2.6 by greg, Tue Dec 6 13:00:31 1994 UTC vs.
Revision 2.7 by greg, Tue Dec 6 19:36:21 1994 UTC

# Line 73 | Line 73 | proc run_batch {} {            # start rendering in background
73                  return
74          }
75          # Make space for PID to be written later
76 <        puts $fo "                                                            "
76 >        puts $fo \
77 > "                                                                             "
78          if {$rpview == " ALL"} {
79                  set radcom "rad"
80          } else {
# Line 235 | Line 236 | proc do_action w {             # Action screen
236                  if {"$hostname" != "$batch_host"} {
237                          if $alldone {
238                                  set curmess "Batch rendering finished\
239 <                                                on host $batch_host."
239 >                                                on $batch_host."
240                          } else {
241 <                                set curmess "Unknown batch rendering status\
242 <                                                on host $batch_host."
241 >                                set curmess "Batch rendering on\
242 >                                                $batch_host -- status UNKNOWN."
243                                  $w.rbst configure -state disabled
244                                  $w.rbvmb configure -state disabled
245                          }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines