WarningBox.st
changeset 585 8f395aba0173
parent 493 64ac6d6270f6
child 593 86dd024ed773
--- a/WarningBox.st	Thu Apr 25 19:16:52 1996 +0200
+++ b/WarningBox.st	Thu Apr 25 19:26:41 1996 +0200
@@ -69,6 +69,13 @@
         self warn:'oops - headcrash'
 
     everywhere in your code.
+
+    [see also:]
+        DialogBox InfoBox YesNoBox
+        ( introduction to view programming :html: programming/viewintro.html )
+
+    [author:]
+        Claus Gittinger
 "
 !
 
@@ -169,5 +176,5 @@
 !WarningBox class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/WarningBox.st,v 1.16 1996-03-07 16:53:31 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/WarningBox.st,v 1.17 1996-04-25 17:20:41 cg Exp $'
 ! !