category change
authorClaus Gittinger <cg@exept.de>
Tue, 11 Sep 2012 23:25:27 +0200
changeset 665 7a962035792e
parent 664 99444b312701
child 666 2e6a07cdf802
category change
MCPatchBrowser.st
--- a/MCPatchBrowser.st	Tue Sep 11 23:25:17 2012 +0200
+++ b/MCPatchBrowser.st	Tue Sep 11 23:25:27 2012 +0200
@@ -4,7 +4,7 @@
 	instanceVariableNames:'selection'
 	classVariableNames:''
 	poolDictionaries:''
-	category:'Monticello-UI'
+	category:'SCM-Monticello-UI'
 !
 
 
@@ -165,5 +165,5 @@
 !MCPatchBrowser class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/goodies/monticello/MCPatchBrowser.st,v 1.1 2006-11-22 13:24:48 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/goodies/monticello/MCPatchBrowser.st,v 1.2 2012-09-11 21:25:27 cg Exp $'
 ! !