category
authorClaus Gittinger <cg@exept.de>
Sat, 04 Oct 2008 10:42:23 +0200
changeset 11196 3e4114139cc9
parent 11195 2c3a66497213
child 11197 cc74ff505b6e
category
UserConfirmation.st
--- a/UserConfirmation.st	Sat Oct 04 10:42:18 2008 +0200
+++ b/UserConfirmation.st	Sat Oct 04 10:42:23 2008 +0200
@@ -15,7 +15,7 @@
 	instanceVariableNames:'canCancel'
 	classVariableNames:''
 	poolDictionaries:''
-	category:'Kernel-Exceptions'
+	category:'Kernel-Exceptions-Notifications'
 !
 
 !UserConfirmation class methodsFor:'documentation'!
@@ -100,5 +100,5 @@
 !UserConfirmation class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/UserConfirmation.st,v 1.2 2008-01-22 15:55:13 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/UserConfirmation.st,v 1.3 2008-10-04 08:42:23 cg Exp $'
 ! !