DisplaySurface.st
changeset 3884 dc9ea4cfc963
parent 3859 a11d876ebc26
child 3910 aabda8ede251
--- a/DisplaySurface.st	Wed May 07 16:56:36 2003 +0200
+++ b/DisplaySurface.st	Wed May 07 17:00:12 2003 +0200
@@ -1897,7 +1897,7 @@
     "Modified: / 9.1.1999 / 01:58:09 / cg"
 ! !
 
-!DisplaySurface methodsFor:'initialize / release'!
+!DisplaySurface methodsFor:'initialization & release'!
 
 destroy
     "view is about to be destroyed -
@@ -2336,7 +2336,7 @@
 !DisplaySurface class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/DisplaySurface.st,v 1.101 2003-04-15 14:30:47 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/DisplaySurface.st,v 1.102 2003-05-07 14:59:48 cg Exp $'
 ! !
 
 DisplaySurface initialize!