comment/format in: #initialize
authorClaus Gittinger <cg@exept.de>
Fri, 22 Oct 2010 14:55:58 +0200
changeset 5625 09972b8ce40a
parent 5624 79cd17085999
child 5626 0d7703a9eef6
comment/format in: #initialize
TopView.st
--- a/TopView.st	Fri Oct 22 14:55:40 2010 +0200
+++ b/TopView.st	Fri Oct 22 14:55:58 2010 +0200
@@ -724,13 +724,15 @@
 
     device initializeTopViewHookFor:self.
 
-"/ ****** MULTI SCREEN
+    "/ MULTI SCREEN
     screenBounds := device monitorBoundsAt:(device pointerPosition).
     screenCenter := screenBounds center rounded.
 
     left := screenCenter x - (width // 2).
     top := screenCenter y - (height // 2).
     type := 0
+
+    "Modified: / 22-10-2010 / 11:03:00 / cg"
 !
 
 postRealize
@@ -1380,11 +1382,11 @@
 !TopView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/TopView.st,v 1.129 2010-10-21 15:05:31 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/TopView.st,v 1.130 2010-10-22 12:55:58 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libview/TopView.st,v 1.129 2010-10-21 15:05:31 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/TopView.st,v 1.130 2010-10-22 12:55:58 cg Exp $'
 ! !
 
 TopView initialize!