category change
authorClaus Gittinger <cg@exept.de>
Tue, 11 Sep 2012 23:30:22 +0200
changeset 699 f757dad44c8e
parent 698 429d4e52aa2e
child 700 2f3535bb1260
category change
MCVersionHistoryBrowser.st
--- a/MCVersionHistoryBrowser.st	Tue Sep 11 23:30:18 2012 +0200
+++ b/MCVersionHistoryBrowser.st	Tue Sep 11 23:30:22 2012 +0200
@@ -4,7 +4,7 @@
 	instanceVariableNames:'ancestry index repositoryGroup package infos'
 	classVariableNames:''
 	poolDictionaries:''
-	category:'Monticello-UI'
+	category:'SCM-Monticello-UI'
 !
 
 
@@ -120,5 +120,5 @@
 !MCVersionHistoryBrowser class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/goodies/monticello/MCVersionHistoryBrowser.st,v 1.1 2006-11-22 13:25:18 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/goodies/monticello/MCVersionHistoryBrowser.st,v 1.2 2012-09-11 21:30:22 cg Exp $'
 ! !