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:
Francois Gouget 2005-04-15 16:10:53 +00:00 committed by Alexandre Julliard
parent b00d5769da
commit 86d5520c5b
1 changed files with 0 additions and 1 deletions

View File

@ -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;
}
}
}