aboutsummaryrefslogtreecommitdiffstats
path: root/docbook
diff options
context:
space:
mode:
authorLuis Ontanon <luis.ontanon@gmail.com>2008-04-10 20:07:58 +0000
committerLuis Ontanon <luis.ontanon@gmail.com>2008-04-10 20:07:58 +0000
commitdb608bdf7676f2218deea98b26445ff65f716498 (patch)
tree49bd121b496225af7d56f19a5c3315c00294b5cf /docbook
parentd4b67e68f432065c85717155361268ed402993e2 (diff)
From Marton Nemeth <nm127@freemail.hu>
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
Diffstat (limited to 'docbook')
-rw-r--r--docbook/wsluarm.xml2
1 files changed, 1 insertions, 1 deletions
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
</programlisting>
</section>