fixed doc error on GetClientMenu()

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401777
This commit is contained in:
David Anderson 2007-12-06 12:26:59 +00:00
parent d78d7ab960
commit 37096d7307

View File

@ -575,8 +575,7 @@ native Handle:CreatePanel(Handle:hStyle=INVALID_HANDLE);
native Handle:CreateMenuEx(Handle:hStyle=INVALID_HANDLE, MenuHandler:handler, MenuAction:actions=MENU_ACTIONS_DEFAULT);
/**
* Returns whether a client is viewing a menu. If the menu source
* is MenuSource_Normal, a menu Handle will also be returned.
* Returns whether a client is viewing a menu.
*
* @param client Client index.
* @param hStyle MenuStyle Handle, or INVALID_HANDLE to use the default style.