TopView.st
changeset 3880 c4c8268a2d9f
parent 3818 6a5b62a616a7
child 3881 6661ab0fa781
--- a/TopView.st	Wed May 07 16:13:16 2003 +0200
+++ b/TopView.st	Wed May 07 16:32:08 2003 +0200
@@ -108,7 +108,7 @@
     ForceModalBoxesToOpenAtPointer := aBoolean
 ! !
 
-!TopView methodsFor:'Compatibility - ST80'!
+!TopView methodsFor:'Compatibility-ST80'!
 
 displayBox
     ^ self bounds
@@ -800,5 +800,5 @@
 !TopView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/TopView.st,v 1.78 2003-03-17 16:27:18 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/TopView.st,v 1.79 2003-05-07 14:31:11 cg Exp $'
 ! !