#OTHER by mawalch
authormawalch
Thu, 11 May 2017 13:31:27 +0200
changeset 3444 4d705dd47c2d
parent 3443 b9d9eb4b34f9
child 3445 bd1aa4795dcf
#OTHER by mawalch Spelling fixes.
UIPainter.st
--- a/UIPainter.st	Fri Apr 21 16:06:22 2017 +0200
+++ b/UIPainter.st	Thu May 11 13:31:27 2017 +0200
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "
  COPYRIGHT (c) 1995-1998 by eXept Software AG
               All Rights Reserved
@@ -7330,7 +7332,7 @@
 !UIPainter::TreeView methodsFor:'searching'!
 
 detectItemCorespondingToView:aView
-    "detects the item coresponding to the view. The item of the view or the first
+    "detects the item corresponding to the view. The item of the view or the first
      subview providing the item is returned. If no property is detected nil is
      returned"
 
@@ -7342,6 +7344,8 @@
         (view := view superView) isNil ifTrue:[^ listOfNodes at:1]
     ].
     ^ item
+
+    "Modified (comment): / 11-05-2017 / 12:42:31 / mawalch"
 ! !
 
 !UIPainter::TreeView methodsFor:'user interaction'!