From 76d407b45a4154c3c7cbd4d1f67f6edab0948e84 Mon Sep 17 00:00:00 2001 From: Fysiks Date: Sat, 11 Sep 2010 22:33:57 -0500 Subject: [PATCH] Fix menu_create() documentation (bug 4426, r=dvander). --- plugins/include/newmenus.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/include/newmenus.inc b/plugins/include/newmenus.inc index 40fc3917..97208b2d 100644 --- a/plugins/include/newmenus.inc +++ b/plugins/include/newmenus.inc @@ -34,9 +34,9 @@ * * The handler function should be prototyped as: * - * public (menu, id, item) - * menu - Menu resource identifier. + * public (id, menu, item) * id - Client the menu is being acted upon. + * menu - Menu resource identifier. * item - Item the client selected. If less than 0, the menu was * cancelled and the item is a status code. menu_display * should never be called immediately if the item is a status