ResourcePack.st
changeset 3484 d21aad9e7db9
parent 3422 f00c788fa81f
child 3549 8c924bf310ed
--- a/ResourcePack.st	Wed Sep 05 20:19:33 2001 +0200
+++ b/ResourcePack.st	Fri Sep 07 17:58:10 2001 +0200
@@ -16,7 +16,7 @@
 	instanceVariableNames:'superPack packsClassName fileReadFailed'
 	classVariableNames:'Packs'
 	poolDictionaries:''
-	category:'Interface-Support'
+	category:'Interface-Internationalization'
 !
 
 !ResourcePack class methodsFor:'documentation'!
@@ -782,6 +782,6 @@
 !ResourcePack class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/ResourcePack.st,v 1.67 2001-04-20 10:32:03 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/ResourcePack.st,v 1.68 2001-09-07 15:58:10 cg Exp $'
 ! !
 ResourcePack initialize!