UserNotification.st
changeset 7038 89e892bb8226
parent 7032 3c0246b4e602
child 7557 8eec03cef386
--- a/UserNotification.st	Tue Feb 18 14:40:13 2003 +0100
+++ b/UserNotification.st	Tue Feb 18 14:45:38 2003 +0100
@@ -39,9 +39,10 @@
 
 documentation
 "    
-    UserNotification is an abstract superclass of all user notification 
+    UserNotification is the superclass of all user notification 
     exceptions in the system. It produces an info box with the message
-    on the screen.
+    on the screen. If no display is available, the message is written 
+    to the Transcript.
 
     [author:]
         Stefan Vogel
@@ -118,7 +119,7 @@
 !UserNotification class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/UserNotification.st,v 1.5 2003-02-17 19:09:07 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/UserNotification.st,v 1.6 2003-02-18 13:45:38 stefan Exp $'
 ! !
 
 UserNotification initialize!