Author: toad
Date: 2009-01-06 21:46:25 +0000 (Tue, 06 Jan 2009)
New Revision: 24943

Modified:
   trunk/freenet/src/freenet/node/useralerts/MeaningfulNodeNameUserAlert.java
Log:
Fix the build


Modified: 
trunk/freenet/src/freenet/node/useralerts/MeaningfulNodeNameUserAlert.java
===================================================================
--- trunk/freenet/src/freenet/node/useralerts/MeaningfulNodeNameUserAlert.java  
2009-01-06 21:42:28 UTC (rev 24942)
+++ trunk/freenet/src/freenet/node/useralerts/MeaningfulNodeNameUserAlert.java  
2009-01-06 21:46:25 UTC (rev 24943)
@@ -51,9 +51,9 @@
                HTMLNode itemNode = listNode.addChild("li");
                itemNode.addChild("span", new String[]{ "class", "title", 
"style" },
                                new String[]{ "configshortdesc", 
L10n.getString("ConfigToadlet.defaultIs", new String[] { "default" }, new 
String[] { o.getDefault() }), 
-                               "cursor: help;" 
}).addChild(L10n.getHTMLNode(o.getShortDesc(), fixer));
+                               "cursor: help;" 
}).addChild(L10n.getHTMLNode(o.getShortDesc(), 
freenet.clients.http.NullLinkFixer.instance));
                itemNode.addChild("input", new String[] { "type", "class", 
"alt", "name", "value" }, new String[] { "text", "config", o.getShortDesc(), 
"node.name", o.getValueString() });
-               itemNode.addChild("span", "class", 
"configlongdesc").addChild(L10n.getHTMLNode(o.getLongDesc(), fixer));
+               itemNode.addChild("span", "class", 
"configlongdesc").addChild(L10n.getHTMLNode(o.getLongDesc(), 
freenet.clients.http.NullLinkFixer.instance));
                formNode.addChild("input", new String[] { "type", "value" }, 
new String[] { "submit", L10n.getString("UserAlert.apply") });
                formNode.addChild("input", new String[] { "type", "value" }, 
new String[] { "reset", L10n.getString("UserAlert.reset") });
 

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

Reply via email to