diff -r 3e4114139cc9 -r cc74ff505b6e UserInformation.st --- a/UserInformation.st Sat Oct 04 10:42:23 2008 +0200 +++ b/UserInformation.st Sat Oct 04 10:42:26 2008 +0200 @@ -9,14 +9,13 @@ other person. No title to or ownership of the software is hereby transferred. " - "{ Package: 'stx:libbasic' }" UserNotification subclass:#UserInformation instanceVariableNames:'' classVariableNames:'' poolDictionaries:'' - category:'Kernel-Exceptions' + category:'Kernel-Exceptions-Notifications' ! !UserInformation class methodsFor:'documentation'! @@ -40,8 +39,7 @@ UserInformation is similar to UserNotification, but used for less important messages. It produces an info box with the message on the screen. - If no display is available, the message is written - to the Transcript. + If no display is available, the message is written to the Transcript (headless operation). [author:] Stefan Vogel @@ -65,7 +63,7 @@ !UserInformation class methodsFor:'documentation'! version - ^ '$Header: /cvs/stx/stx/libbasic/UserInformation.st,v 1.3 2003-08-29 19:19:07 cg Exp $' + ^ '$Header: /cvs/stx/stx/libbasic/UserInformation.st,v 1.4 2008-10-04 08:42:26 cg Exp $' ! ! UserInformation initialize!