# HG changeset patch # User Claus Gittinger # Date 1478273133 -3600 # Node ID 1028e3c1850955cbb232d8bd722acec9514d30d9 # Parent 744aaa5d4b0ebfe5e032eec5386c13ffee1f12d6 #DOCUMENTATION by cg class: UIPainterView comment/format in: #canChangeLayoutOfView: #canResizeView: diff -r 744aaa5d4b0e -r 1028e3c18509 UIPainterView.st --- a/UIPainterView.st Thu Nov 03 15:34:01 2016 +0100 +++ b/UIPainterView.st Fri Nov 04 16:25:33 2016 +0100 @@ -1,5 +1,3 @@ -"{ Encoding: utf8 }" - " COPYRIGHT (c) 1995 by Claus Gittinger / eXept Software AG All Rights Reserved @@ -2684,7 +2682,7 @@ item := treeView itemOfView:aView. item isNil ifTrue:[ - "/ I dont know anything about that view (cg: how can this happen ?) + "/ I don't know anything about that view (cg: how can this happen ?) "/ self breakPoint:#cg. ^ false ]. @@ -2789,7 +2787,7 @@ item := treeView itemOfView:aView. item isNil ifTrue:[ - "/ I dont know anything about that view (cg: how can this happen ?) + "/ I don't know anything about that view (cg: how can this happen ?) "/ self breakPoint:#cg. ^ false ].