Author: nextgens
Date: 2006-10-31 20:01:46 +0000 (Tue, 31 Oct 2006)
New Revision: 10768
Modified:
trunk/freenet/src/freenet/node/useralerts/IPUndetectedUserAlert.java
Log:
Doh! Shame on me.
Modified: trunk/freenet/src/freenet/node/useralerts/IPUndetectedUserAlert.java
===================================================================
--- trunk/freenet/src/freenet/node/useralerts/IPUndetectedUserAlert.java
2006-10-31 19:40:39 UTC (rev 10767)
+++ trunk/freenet/src/freenet/node/useralerts/IPUndetectedUserAlert.java
2006-10-31 20:01:46 UTC (rev 10768)
@@ -51,7 +51,7 @@
formNode.addChild("input", new String[] { "type", "name",
"value" }, new String[] { "hidden", "formPassword",
node.clientCore.formPassword });
HTMLNode listNode = formNode.addChild("ul", "class", "config");
HTMLNode itemNode = listNode.addChild("li");
- itemNode.addChild("span", "class", "configshortdesc",
o.getShortDesc()).addChild("input", new String[] { "type", "name", "value" },
new String[] { "text", sc.getPrefix() + ".name", o.getValueString() });
+ itemNode.addChild("span", "class", "configshortdesc",
o.getShortDesc()).addChild("input", new String[] { "type", "name", "value" },
new String[] { "text", sc.getPrefix() + ".tempIPAddressHint",
o.getValueString() });
itemNode.addChild("span", "class", "configlongdesc",
o.getLongDesc());
formNode.addChild("input", new String[] { "type", "value" },
new String[] { "submit", "Apply" });
formNode.addChild("input", new String[] { "type", "value" },
new String[] { "reset", "Reset" });