1
0
Fork 0

don't close the dialog on Esc (Jester was right: that's annoying :-)

This commit is contained in:
mfranz 2009-01-25 15:18:51 +00:00
parent 2541ad8e30
commit 9d4d61e2e8

View file

@ -240,7 +240,7 @@ var dialog = {
titlebar.addChild("empty").set("stretch", 1);
var w = titlebar.addChild("button");
w.node.setValues({"pref-width": 16, "pref-height": 16, legend: "", default: 0, key: "Esc"});
w.node.setValues({"pref-width": 16, "pref-height": 16, legend: "", default: 0});
w.setBinding("nasal", "multiplayer.dialog.del()");
me.dialog.addChild("hrule");