Author: bombe
Date: 2006-08-10 18:56:18 +0000 (Thu, 10 Aug 2006)
New Revision: 10033
Modified:
trunk/freenet/src/freenet/clients/http/QueueToadlet.java
Log:
don't compress is the default now (resolved #649)
Modified: trunk/freenet/src/freenet/clients/http/QueueToadlet.java
===================================================================
--- trunk/freenet/src/freenet/clients/http/QueueToadlet.java 2006-08-10
18:39:02 UTC (rev 10032)
+++ trunk/freenet/src/freenet/clients/http/QueueToadlet.java 2006-08-10
18:56:18 UTC (rev 10033)
@@ -663,7 +663,7 @@
insertForm.addChild("#", " \u00a0 File: ");
insertForm.addChild("input", new String[] { "type", "name",
"value" }, new String[] { "file", "filename", "" });
insertForm.addChild("#", " \u00a0 ");
- insertForm.addChild("input", new String[] { "type", "name" },
new String[] { "checkbox", "dontCompress" });
+ insertForm.addChild("input", new String[] { "type", "name",
"checked" }, new String[] { "checkbox", "dontCompress", "checked" });
insertForm.addChild("#", " Don\u2019t compress \u00a0 ");
insertForm.addChild("input", new String[] { "type", "name",
"value" }, new String[] { "submit", "insert", "Insert file" });
insertForm.addChild("#", " \u00a0 ");