Bläddra i källkod

A small fix to generated code.

mingodad 13 år sedan
förälder
incheckning
532999e557
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      SquiLu-ourbiz/fluid2SquiLu.nut

+ 1 - 1
SquiLu-ourbiz/fluid2SquiLu.nut

@@ -421,7 +421,7 @@ Write.MenuItem <- function(t, ind){
 	else
 	{
 		//Output(ind, "%s:add(%q", w.varname, t.path)
-		Output(ind, "%s(%q)", configuration.textfilter, t.path);
+		Output(ind, "o.add(%s(%q)", configuration.textfilter, t.path);
 	}
 
 	Output(0, ", %s", t.attr.get("shortcut", "0").tostring());