diff -r df5541649a5a -r 52deb5f11dac MenuView.st --- a/MenuView.st Wed Oct 05 16:12:37 2011 +0200 +++ b/MenuView.st Wed Oct 05 16:13:05 2011 +0200 @@ -1990,8 +1990,6 @@ super initStyle. -"/ DefaultFont notNil ifTrue:[font := DefaultFont on:device]. - DefaultCheckColor notNil ifTrue:[ checkColor := DefaultCheckColor ] ifFalse:[ @@ -2097,7 +2095,8 @@ viewBackground := DefaultViewBackground onDevice:device ]. - "Modified: 22.1.1997 / 11:57:23 / cg" + "Modified: / 22-01-1997 / 11:57:23 / cg" + "Modified (comment): / 05-10-2011 / 15:50:59 / az" ! initialize @@ -2980,9 +2979,9 @@ !MenuView class methodsFor:'documentation'! version - ^ '$Header: /cvs/stx/stx/libwidg/MenuView.st,v 1.168 2011-01-22 14:32:38 cg Exp $' + ^ '$Header: /cvs/stx/stx/libwidg/MenuView.st,v 1.169 2011-10-05 14:13:05 az Exp $' ! version_CVS - ^ '$Header: /cvs/stx/stx/libwidg/MenuView.st,v 1.168 2011-01-22 14:32:38 cg Exp $' + ^ '$Header: /cvs/stx/stx/libwidg/MenuView.st,v 1.169 2011-10-05 14:13:05 az Exp $' ! !