If winemenubuilder is given a list of menus to recreate, it should not
give up on the first menu that fails.
This commit is contained in:
parent
b00d5769da
commit
86d5520c5b
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue