checkin from browser
authorClaus Gittinger <cg@exept.de>
Thu, 16 May 1996 12:20:43 +0200
changeset 647 44ecc7a25172
parent 646 47b277209588
child 648 fcf02d58882e
checkin from browser
DialogBox.st
--- a/DialogBox.st	Thu May 16 12:18:31 1996 +0200
+++ b/DialogBox.st	Thu May 16 12:20:43 1996 +0200
@@ -41,7 +41,7 @@
 "
     this class implements the common behavior of dialogboxes.
 
-    DialogBox is an (abstract) superclass of many other boxes - see InfoBox,
+    DialogBox is also a superclass of many other boxes - see InfoBox,
     WarningBox, YesNoBox etc. for concrete examples.
     Most of them simply add buttons or other elements.
 
@@ -4496,6 +4496,6 @@
 !DialogBox class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/DialogBox.st,v 1.71 1996-05-16 10:17:25 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/DialogBox.st,v 1.72 1996-05-16 10:20:43 cg Exp $'
 ! !
 DialogBox initialize!