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

Comparing ray/src/util/trad.wsh (file contents):
Revision 2.10 by greg, Mon Jul 24 13:31:26 1995 UTC vs.
Revision 2.11 by greg, Wed Sep 20 12:56:00 1995 UTC

# Line 1 | Line 1
1 < #!/usr/local/bin/wish -f
1 > #!/usr/local/bin/wish4.0
2   # SCCSid "$SunId$ LBL"
3   #
4   # TCL/TK-based Rad Input File Editor
# Line 135 | Line 135 | setbutt results
135   rename setbutt {}
136   button .upper.right.help -text HELP -width 9 \
137                  -command "gethelp trad trad intro"
138 < pack .upper.right.help -side top -pady 10 -anchor se
138 > pack .upper.right.help -side top -pady 5 -anchor se
139   helplink .upper.right.help trad trad help
140   button .upper.right.quit -text QUIT \
141                  -command {if [chksave] {destroy .}} -width 9
142 < pack .upper.right.quit -side top -pady 10 -anchor se
142 > pack .upper.right.quit -side top -pady 5 -anchor se
143   helplink .upper.right.quit trad trad quit
144  
145   if $smallscrn {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines