#OTHER by cg
authorClaus Gittinger <cg@exept.de>
Mon, 13 Feb 2017 20:47:41 +0100
changeset 7892 0019b3cff185
parent 7891 8cc23e3f937f
child 7893 3af8d2fd463b
#OTHER by cg comment/format
SimpleView.st
--- a/SimpleView.st	Mon Feb 13 20:47:37 2017 +0100
+++ b/SimpleView.st	Mon Feb 13 20:47:41 2017 +0100
@@ -841,7 +841,7 @@
      If aView is nil, it is left unspecified, in which superview
      the new view will be placed. The view can later be assigned
      by adding it to the superview via #addSubView:.
-     If its later realized and no superview has ever been set,
+     If it's later realized and no superview has ever been set,
      it will come up as a topview."
 
     |newView viewsDevice|
@@ -861,7 +861,8 @@
     aView notNil ifTrue:[aView addSubView:newView].
     ^ newView
 
-    "Modified: 28.5.1996 / 20:24:58 / cg"
+    "Modified: / 28-05-1996 / 20:24:58 / cg"
+    "Modified (comment): / 13-02-2017 / 20:30:36 / cg"
 !
 
 label:label
@@ -6534,7 +6535,7 @@
 
     |doRequestFocus|
 
-    "/ first ask my flags if its enforced or forbidden
+    "/ first ask my flags if it's enforced or forbidden
     self requestFocusOnPointerEnter ifTrue:[
         doRequestFocus := true
     ] ifFalse:[
@@ -6552,6 +6553,7 @@
     dependents notNil ifTrue:[ self changed:#pointerInView with:true ]
 
     "Modified: / 01-08-2012 / 17:06:41 / cg"
+    "Modified (format): / 13-02-2017 / 20:30:30 / cg"
 !
 
 pointerLeave:buttonState