TopView.st
changeset 8040 a2f91f423172
parent 7847 a19ce510b266
child 8252 77740c39cd3f
--- 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