1
0
Fork 0

forgot one

This commit is contained in:
mfranz 2006-03-31 17:29:02 +00:00
parent 46435d3eef
commit 2b1445dfd4

View file

@ -859,7 +859,7 @@ showModelSelectDialog = func {
}
w.prop().getNode("binding[0]/command", 1).setValue("dialog-apply");
w.prop().getNode("binding[1]/command", 1).setValue("nasal");
w.prop().getNode("binding[1]/script", 1).setValue("ufo.modelmgr.setmodelpath(getprop('/model'))");
w.prop().getNode("binding[1]/script", 1).setValue("ufo.modelmgr.setmodelpath(getprop('/cursor'))");
fgcommand("dialog-new", dialog[name].prop());
gui.showDialog(name);