diff -r 5bf53c022613 -r b6d357b0df7d View.st --- a/View.st Thu Nov 20 20:30:57 2014 +0100 +++ b/View.st Fri Nov 21 14:59:49 2014 +0100 @@ -215,7 +215,7 @@ allViewBackground:something if:condition "set the viewBackground to something, a color, image or form, in myself and recursively in all of my subviews. - However, if I have a backgroundChannel, dont change my own bg." + However, if I have a backgroundChannel, don't change my own bg." backgroundChannel isNil ifTrue:[ ^ super allViewBackground:something if:condition @@ -821,6 +821,6 @@ !View class methodsFor:'documentation'! version - ^ '$Header: /cvs/stx/stx/libview/View.st,v 1.85 2014-06-13 21:07:01 cg Exp $' + ^ '$Header: /cvs/stx/stx/libview/View.st,v 1.86 2014-11-21 13:59:49 cg Exp $' ! !