SystemChangeNotifier.st
changeset 15422 11e0080d4ef9
parent 14862 beeba0f8b676
child 18068 3e841ddcb18a
child 20513 95bba45079d3
--- a/SystemChangeNotifier.st	Mon Jun 24 00:22:44 2013 +0200
+++ b/SystemChangeNotifier.st	Mon Jun 24 00:23:09 2013 +0200
@@ -4,7 +4,7 @@
 	instanceVariableNames:'silenceLevel'
 	classVariableNames:'UniqueInstance'
 	poolDictionaries:''
-	category:'Kernel-Classes'
+	category:'Kernel-Classes-Support'
 !
 
 !SystemChangeNotifier class methodsFor:'documentation'!
@@ -88,6 +88,6 @@
 !SystemChangeNotifier class methodsFor:'documentation'!
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/SystemChangeNotifier.st,v 1.5 2013-03-13 13:32:10 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/SystemChangeNotifier.st,v 1.6 2013-06-23 22:23:09 cg Exp $'
 ! !