Author: toad
Date: 2009-01-17 23:58:48 +0000 (Sat, 17 Jan 2009)
New Revision: 25122

Modified:
   trunk/freenet/src/freenet/clients/http/FirstTimeWizardToadlet.java
Log:
Make "yes" checked by default.


Modified: trunk/freenet/src/freenet/clients/http/FirstTimeWizardToadlet.java
===================================================================
--- trunk/freenet/src/freenet/clients/http/FirstTimeWizardToadlet.java  
2009-01-17 23:56:08 UTC (rev 25121)
+++ trunk/freenet/src/freenet/clients/http/FirstTimeWizardToadlet.java  
2009-01-17 23:58:48 UTC (rev 25122)
@@ -159,7 +159,7 @@
                        infoboxContent.addChild("p", 
l10n("historyCloakingIntro"));
                        
                        HTMLNode form = ctx.addFormChild(infoboxContent, ".", 
"historyCloakingForm");
-                       HTMLNode input = form.addChild("p").addChild("input", 
new String[] { "type", "name", "value" }, new String[] { "radio", "cloaking", 
"true" });
+                       HTMLNode input = form.addChild("p").addChild("input", 
new String[] { "type", "name", "value", "checked" }, new String[] { "radio", 
"cloaking", "true", "checked" });
                        input.addChild("#", l10n("enableHistoryCloaking"));
                        input.addChild("#", " ");
                        input.addChild("b", 
l10n("enableHistoryCloakingWarning"));

_______________________________________________
cvs mailing list
[email protected]
http://emu.freenetproject.org/cgi-bin/mailman/listinfo/cvs

Reply via email to