FtpURI.st
changeset 1310 948ed141b0b7
parent 1309 c752d54f4e09
child 1434 b415dec41ae1
--- a/FtpURI.st	Fri Aug 29 21:33:23 2003 +0200
+++ b/FtpURI.st	Fri Aug 29 21:33:49 2003 +0200
@@ -16,7 +16,7 @@
 	instanceVariableNames:''
 	classVariableNames:''
 	poolDictionaries:''
-	category:'Resources'
+	category:'Net-Resources'
 !
 
 !FtpURI class methodsFor:'documentation'!
@@ -410,5 +410,5 @@
 !FtpURI class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic2/FtpURI.st,v 1.14 2003-08-29 19:33:20 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic2/FtpURI.st,v 1.15 2003-08-29 19:33:45 cg Exp $'
 ! !