From db608bdf7676f2218deea98b26445ff65f716498 Mon Sep 17 00:00:00 2001 From: Luis Ontanon Date: Thu, 10 Apr 2008 20:07:58 +0000 Subject: From Marton Nemeth correct example and documentation about register_menu() my own: do not fail to make init.lua when building in a different dir svn path=/trunk/; revision=24879 --- docbook/wsluarm.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docbook/wsluarm.xml') diff --git a/docbook/wsluarm.xml b/docbook/wsluarm.xml index 018c4b9c32..7290c077af 100644 --- a/docbook/wsluarm.xml +++ b/docbook/wsluarm.xml @@ -154,7 +154,7 @@ do -- using this function we register our fuction -- to be called when the user selects the Tools->Test->Packets menu - register_menu("Test/Packets",menuable_tap) + register_menu("Test/Packets", menuable_tap, MENU_TOOLS) end -- cgit v1.2.3