diff -r 088ca53d23ad -r 4c8c94f6e1c6 TextView.st --- a/TextView.st Wed Oct 05 16:12:05 2011 +0200 +++ b/TextView.st Wed Oct 05 16:12:30 2011 +0200 @@ -1720,8 +1720,6 @@ super initStyle. -"/ DefaultFont notNil ifTrue:[font := DefaultFont on:device]. - viewBackground := DefaultViewBackground. selectionFgColor := DefaultSelectionForegroundColor. selectionFgColor isNil ifTrue:[selectionFgColor := bgColor]. @@ -1744,7 +1742,8 @@ ] ]. - "Modified: 22.1.1997 / 11:57:53 / cg" + "Modified: / 22-01-1997 / 11:57:53 / cg" + "Modified (comment): / 05-10-2011 / 15:50:45 / az" ! initialize @@ -4375,11 +4374,11 @@ !TextView class methodsFor:'documentation'! version - ^ '$Header: /cvs/stx/stx/libwidg/TextView.st,v 1.325 2011-09-08 03:22:36 cg Exp $' + ^ '$Header: /cvs/stx/stx/libwidg/TextView.st,v 1.326 2011-10-05 14:12:30 az Exp $' ! version_CVS - ^ '$Header: /cvs/stx/stx/libwidg/TextView.st,v 1.325 2011-09-08 03:22:36 cg Exp $' + ^ '$Header: /cvs/stx/stx/libwidg/TextView.st,v 1.326 2011-10-05 14:12:30 az Exp $' ! ! TextView initialize!