Allow modifying a menu string to be NULL.
This commit is contained in:
parent
a4944ff123
commit
6199e6029a
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue