category change
authorClaus Gittinger <cg@exept.de>
Fri, 23 Nov 2012 13:13:30 +0100
changeset 2857 6934efb6b22d
parent 2856 fe5136a71187
child 2858 aeacd9c755ae
category change
IncrementNotification.st
--- a/IncrementNotification.st	Mon Nov 19 13:09:20 2012 +0100
+++ b/IncrementNotification.st	Fri Nov 23 13:13:30 2012 +0100
@@ -4,7 +4,7 @@
 	instanceVariableNames:''
 	classVariableNames:''
 	poolDictionaries:''
-	category:'Kernel-Exceptions'
+	category:'Kernel-Exceptions-Notifications'
 !
 
 !IncrementNotification class methodsFor:'documentation'!
@@ -19,5 +19,5 @@
 !IncrementNotification class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic2/IncrementNotification.st,v 1.1 2009-07-27 16:02:55 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic2/IncrementNotification.st,v 1.2 2012-11-23 12:13:30 cg Exp $'
 ! !