TopView.st
changeset 3884 dc9ea4cfc963
parent 3881 6661ab0fa781
child 3916 5452ecf8d6ef
--- a/TopView.st	Wed May 07 16:56:36 2003 +0200
+++ b/TopView.st	Wed May 07 17:00:12 2003 +0200
@@ -298,7 +298,7 @@
      display a help text in one of its message areas"
 ! !
 
-!TopView methodsFor:'initialize / release'!
+!TopView methodsFor:'initialization & release'!
 
 assignKeyboardFocusToFirstInputField
     "assign the keyboard focus to the first input field,
@@ -800,5 +800,5 @@
 !TopView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/TopView.st,v 1.80 2003-05-07 14:42:59 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/TopView.st,v 1.81 2003-05-07 14:59:54 cg Exp $'
 ! !