WarningBox.st
changeset 63 f4eaf04d1eaf
parent 59 450ce95a72a4
child 79 6d917a89f7b7
--- a/WarningBox.st	Thu Nov 17 15:34:12 1994 +0100
+++ b/WarningBox.st	Thu Nov 17 15:38:53 1994 +0100
@@ -21,7 +21,7 @@
 COPYRIGHT (c) 1993 by Claus Gittinger
 	      All Rights Reserved
 
-$Header: /cvs/stx/stx/libwidg/WarningBox.st,v 1.5 1994-10-10 03:03:26 claus Exp $
+$Header: /cvs/stx/stx/libwidg/WarningBox.st,v 1.6 1994-11-17 14:38:53 claus Exp $
 '!
 
 !WarningBox class methodsFor:'documentation'!
@@ -42,7 +42,7 @@
 
 version
 "
-$Header: /cvs/stx/stx/libwidg/WarningBox.st,v 1.5 1994-10-10 03:03:26 claus Exp $
+$Header: /cvs/stx/stx/libwidg/WarningBox.st,v 1.6 1994-11-17 14:38:53 claus Exp $
 "
 !
 
@@ -64,7 +64,11 @@
 
 	aBox okText:'some string'.
 
+"
+!
 
+examples
+"
     Examples:
 
 	|aBox|