Updated the contributors list.
frame $self.mug -bd 4
label $self.mug.l -justify left \
-text "Originally by Sam Shen\n\Contributions\
- from:\nPaul Healy\nJohn LoVerso\n\T. Schotanus\nPat Thoyts\n"
+ from:\nPaul Healy\nJohn LoVerso\n\T. Schotanus\
+ \nPat Thoyts\nAlexander Caldwell\n"
global about_priv
if ![info exists about_priv(mug_image)] {
set w $self.menu.[string tolower $name]
menubutton $w -menu $w.m -text $name -underline 0 -bd 1 -relief flat
bind $w <Enter> {%W configure -relief raised -bd 1}
- bind $w <Leave> {%W configure -relief flat -bd 0}
+ bind $w <Leave> {%W configure -relief flat -bd 1}
pack $w -side left
menu $w.m
return $w.m