From 7fea58bef326515437b3729c749fd22d85c62aaa Mon Sep 17 00:00:00 2001 From: Pixel Date: Wed, 23 Dec 2009 01:13:20 +0100 Subject: Adding category menus system. --- dalos-textbuffer.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dalos-textbuffer.lua') diff --git a/dalos-textbuffer.lua b/dalos-textbuffer.lua index a5a4f40..2bda77f 100644 --- a/dalos-textbuffer.lua +++ b/dalos-textbuffer.lua @@ -32,4 +32,4 @@ dalosp.textbuffer = { } dalos.textbuffer = dalosp.textbuffer.create -dalos:register_obj("Text Buffer", dalos.textbuffer) +dalos:register_obj("Text Buffer", dalos.textbuffer, "Basic Inputs") -- cgit v1.2.3