[sword-cvs] sword/utilities installmgr.cpp,1.4,1.5

sword@www.crosswire.org sword@www.crosswire.org
Fri, 30 Jan 2004 08:15:44 -0700


Update of /cvs/core/sword/utilities
In directory www:/tmp/cvs-serv18512

Modified Files:
	installmgr.cpp 
Log Message:

dglassey: set PassiveFTP to true by default not PassiveFTF
Make the default source CrossWire instead of crosswire


Index: installmgr.cpp
===================================================================
RCS file: /cvs/core/sword/utilities/installmgr.cpp,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- installmgr.cpp	7 Jul 2003 20:47:24 -0000	1.4
+++ installmgr.cpp	30 Jan 2004 15:15:42 -0000	1.5
@@ -61,12 +61,12 @@
 	remove(confPath.c_str());
 
 	InstallSource is("FTP");
-	is.caption = "crosswire";
+	is.caption = "CrossWire";
 	is.source = "ftp.crosswire.org";
 	is.directory = "/pub/sword/raw";
 
 	SWConfig config(confPath.c_str());
-	config["General"]["PassiveFTF"] = "true";
+	config["General"]["PassiveFTP"] = "true";
 	if (enable) {
 		config["Sources"]["FTPSource"] = is.getConfEnt();
 	}