!
! a default value for the message, it can be overridden on the command line 
! by using the command:  xtpanel -var text "this is my message" -file yes-no
!
var={ name=text value="This panel has a return code that is 
zero if the yes button is pressed and 
one if the no button is pressed" }

text={ value=$text }

button={ label=YES action="QUIT 0" }
button={ label=NO action="QUIT 1" }
