diff -r 0771e159ad40 -r 89e892bb8226 UserNotification.st --- 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!