DisplayRootView.st
changeset 3883 4e01a59afccb
parent 3856 45fccc92d834
child 4042 4ca4bc8ac76a
--- a/DisplayRootView.st	Wed May 07 16:45:12 2003 +0200
+++ b/DisplayRootView.st	Wed May 07 16:56:36 2003 +0200
@@ -156,7 +156,7 @@
     "ignored"
 ! !
 
-!DisplayRootView methodsFor:'initialize / release'!
+!DisplayRootView methodsFor:'initialization & release'!
 
 initialize
     super initialize.
@@ -228,5 +228,5 @@
 !DisplayRootView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/DisplayRootView.st,v 1.28 2003-04-15 11:57:46 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/DisplayRootView.st,v 1.29 2003-05-07 14:55:59 cg Exp $'
 ! !