UserInformation.st
changeset 11197 cc74ff505b6e
parent 7588 1819a1c408f3
child 17711 39faaaf888b4
--- 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!