WarningBox.st
changeset 2469 da097548025a
parent 2468 abb90d63faf2
child 2474 c297943dc3d7
--- a/WarningBox.st	Thu Nov 15 22:03:22 2001 +0100
+++ b/WarningBox.st	Thu Nov 15 22:04:35 2001 +0100
@@ -86,7 +86,7 @@
     Notice, the preferred use is via the DialogBox class messages,
     such as 
                                                                         [exBegin]
-        Dialog warn:'Coffee or tee ?'
+        Dialog warn:'Attention !!'
                                                                         [exEnd]
     these (DialogBox) mesages are compatible with VW and should therefore
     be used for portability.
@@ -221,5 +221,5 @@
 !WarningBox class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/WarningBox.st,v 1.29 2001-11-15 21:03:22 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/WarningBox.st,v 1.30 2001-11-15 21:03:50 cg Exp $'
 ! !