Author: toad
Date: 2008-09-11 12:25:39 +0000 (Thu, 11 Sep 2008)
New Revision: 22598

Modified:
   trunk/freenet/src/freenet/clients/http/FirstTimeWizardToadlet.java
Log:
Allow 1GB store size.


Modified: trunk/freenet/src/freenet/clients/http/FirstTimeWizardToadlet.java
===================================================================
--- trunk/freenet/src/freenet/clients/http/FirstTimeWizardToadlet.java  
2008-09-11 12:22:15 UTC (rev 22597)
+++ trunk/freenet/src/freenet/clients/http/FirstTimeWizardToadlet.java  
2008-09-11 12:25:39 UTC (rev 22598)
@@ -215,6 +215,7 @@
                        HTMLNode bandwidthForm = 
ctx.addFormChild(bandwidthInfoboxContent, ".", "dsForm");
                        HTMLNode result = bandwidthForm.addChild("select", 
"name", "ds");

+                       result.addChild("option", "value", "1G", "1GiB");
                        result.addChild("option", "value", "2G", "2GiB");
                        result.addChild("option", "value", "3G", "3GiB");
                        result.addChild("option", "value", "5G", "5GiB");


Reply via email to