[freenet-cvs] r11186 - trunk/freenet/src/freenet/clients/http

toad at freenetproject.org toad at freenetproject.org
Fri Dec 1 22:38:48 UTC 2006


Author: toad
Date: 2006-12-01 22:38:47 +0000 (Fri, 01 Dec 2006)
New Revision: 11186

Modified:
   trunk/freenet/src/freenet/clients/http/FProxyToadlet.java
Log:
Mention 2.0.1.

Modified: trunk/freenet/src/freenet/clients/http/FProxyToadlet.java
===================================================================
--- trunk/freenet/src/freenet/clients/http/FProxyToadlet.java	2006-12-01 22:20:31 UTC (rev 11185)
+++ trunk/freenet/src/freenet/clients/http/FProxyToadlet.java	2006-12-01 22:38:47 UTC (rev 11186)
@@ -121,7 +121,7 @@
 					// 	FIXME: is this safe? See bug #131
 					option = optionList.addChild("li");
 					option.addChild("a", "href", basePath + key.toString(false) + "?forcedownload"+extras, "Click here");
-					option.addChild("%", " to try to force your browser to download the file to disk (<b>this may also be dangerous if you run such a browser</b>).");
+					option.addChild("%", " to try to force your browser to download the file to disk (<b>this may also be dangerous if you run Firefox 2.0.0 (2.0.1 should fix this)</b>).");
 					if(!mimeType.startsWith("text/plain")) {
 						option = optionList.addChild("li");
 						option.addChild("a", "href", basePath + key.toString(false) + "?force=" + getForceValue(key, now)+extras, "Click here");




More information about the cvs mailing list