#OTHER by mawalch
authormawalch
Tue, 30 May 2017 17:53:02 +0200
changeset 8040 a2f91f423172
parent 8039 20dcb969dca9
child 8041 af78382f96e9
#OTHER by mawalch Spelling and grammar fixes.
TopView.st
--- a/TopView.st	Tue May 30 17:53:00 2017 +0200
+++ b/TopView.st	Tue May 30 17:53:02 2017 +0200
@@ -1152,13 +1152,14 @@
 
 fixPosition:aPoint
     "set origin to aPoint, but make sure, that the box is fully visible
-     by shifting it into the visible screen area if nescessary.
+     by shifting it into the visible screen area if necessary.
      This prevents invisible modalBoxes (which you could never close)."
 
     self origin:aPoint.
     self makeFullyVisible
 
-    "Created: 28.2.1997 / 16:39:31 / cg"
+    "Created: / 28-02-1997 / 16:39:31 / cg"
+    "Modified (comment): / 30-05-2017 / 17:43:00 / mawalch"
 !
 
 hide