Commit 86d5520c authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

If winemenubuilder is given a list of menus to recreate, it should not

give up on the first menu that fails.
parent b00d5769
......@@ -1010,7 +1010,6 @@ int PASCAL WinMain (HINSTANCE hInstance, HINSTANCE prev, LPSTR cmdline, int show
{
WINE_ERR( "failed to build menu item for %s\n",token);
ret = 1;
break;
}
}
}
......
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