# $Header: /home/cvsroot/tcldb/ucodb/Tlib/setMsg,v 1.1.1.1 1996/10/12 01:08:25 de Exp $
# tcl procs saved on Sun Sep 03 16:18:57 PDT 1995

proc setMsg {mwidget msg_text} {

  $mwidget configure -text "$msg_text"
  update
}

