Diff for /capa/capa51/GUITools/quizzer.tcl between versions 1.17 and 1.18

version 1.17, 2000/07/07 18:25:12 version 1.18, 2000/07/12 15:57:08
Line 310  proc createInfoWindow {} { Line 310  proc createInfoWindow {} {
     label $about.l1  -font 12x24 -text "Quizzer $gVer" -pady 20      label $about.l1  -font 12x24 -text "Quizzer $gVer" -pady 20
     label $about.l4  -font 8x13 -text "Quizzer.tcl version $gTclVer" -pady 20      label $about.l4  -font 8x13 -text "Quizzer.tcl version $gTclVer" -pady 20
     label $about.l6  -font 8x13 -text "$gCompileDate"       label $about.l6  -font 8x13 -text "$gCompileDate" 
     message $about.l2 -font 8x13 -text "Code by: Y. Tsai, G. Albertelli II Copyright Michigan State University Board of Trustees, 1992-1999, No Unauthorized Commercial Use" \      message $about.l2 -font 8x13 -text "Code by: Y. Tsai, G. Albertelli II Copyright Michigan State University Board of Trustees, 1992-2000, CAPA is released under to GNU GPL v2, and comes WITHOUT ANY WARRENTY, see COPYING for details" \
  -pady 20 -aspect 300   -pady 20 -aspect 300
     label $about.l3  -font 8x13 -textvariable gDate       label $about.l3  -font 8x13 -textvariable gDate 
     label $about.l5  -font 8x13 -textvariable gCmd      label $about.l5  -font 8x13 -textvariable gCmd

Removed from v.1.17  
changed lines
  Added in v.1.18


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>