From 3bf6f4ddfbcd61b28e918312090db8322d7ecc91 Mon Sep 17 00:00:00 2001 From: Pixel Date: Sun, 20 Dec 2009 17:57:53 +0100 Subject: Save is almost done. --- dalos-binaryops.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'dalos-binaryops.lua') diff --git a/dalos-binaryops.lua b/dalos-binaryops.lua index 095e7eb..17c9b63 100644 --- a/dalos-binaryops.lua +++ b/dalos-binaryops.lua @@ -100,6 +100,7 @@ Maximize: %b[No,Yes]{Check if you want to maximize the output} tab.default_name = "Binary Ops" tab.draw = dalosp.binaryops.draw tab.get_settings = dalosp.binaryops.get_settings + tab.ntype = "Binary Ops" local extra = { } if settings then extra.op = settings.op extra.maximize = settings.maximize end @@ -108,4 +109,4 @@ Maximize: %b[No,Yes]{Check if you want to maximize the output} } dalos.binaryops = dalosp.binaryops.create -dalos:register_obj("Binary Ops", dalos.binaryops) \ No newline at end of file +dalos:register_obj("Binary Ops", dalos.binaryops) -- cgit v1.2.3