Commit 420d6429 authored by Damjan Jovanovic's avatar Damjan Jovanovic Committed by Alexandre Julliard

winemenubuilder: Allow multiple options.

parent 2478b86e
...@@ -2714,12 +2714,12 @@ int PASCAL WinMain (HINSTANCE hInstance, HINSTANCE prev, LPSTR cmdline, int show ...@@ -2714,12 +2714,12 @@ int PASCAL WinMain (HINSTANCE hInstance, HINSTANCE prev, LPSTR cmdline, int show
if( !lstrcmpA( token, "-a" ) ) if( !lstrcmpA( token, "-a" ) )
{ {
RefreshFileTypeAssociations(); RefreshFileTypeAssociations();
break; continue;
} }
if( !lstrcmpA( token, "-r" ) ) if( !lstrcmpA( token, "-r" ) )
{ {
cleanup_menus(); cleanup_menus();
break; continue;
} }
if( !lstrcmpA( token, "-w" ) ) if( !lstrcmpA( token, "-w" ) )
bWait = TRUE; bWait = TRUE;
......
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