Allow modifying a menu string to be NULL.

This commit is contained in:
Adam Gundy 2003-03-07 23:03:27 +00:00 committed by Alexandre Julliard
parent a4944ff123
commit 6199e6029a
1 changed files with 0 additions and 1 deletions

View File

@ -3521,7 +3521,6 @@ BOOL WINAPI ModifyMenuW( HMENU hMenu, UINT pos, UINT flags,
if (IS_STRING_ITEM(flags))
{
TRACE("%p %d %04x %04x %s\n", hMenu, pos, flags, id, debugstr_w(str) );
if (!str) return FALSE;
}
else
{