Commit 6199e602 authored by Adam Gundy's avatar Adam Gundy Committed by Alexandre Julliard

Allow modifying a menu string to be NULL.

parent a4944ff1
......@@ -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
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment