#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Fri, 04 Nov 2016 16:25:33 +0100
changeset 3348 1028e3c18509
parent 3347 744aaa5d4b0e
child 3349 b8f50ae35c6f
#DOCUMENTATION by cg class: UIPainterView comment/format in: #canChangeLayoutOfView: #canResizeView:
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
     ].