mshtml: Return FALSE if Mozilla ActiveX Control could not be found.

oldstable
Jacek Caban 2006-01-21 19:22:39 +01:00 committed by Alexandre Julliard
parent 7e45839823
commit a457249ff5
1 changed files with 1 additions and 1 deletions

View File

@ -186,7 +186,7 @@ static BOOL get_mozctl_path(PRUnichar *gre_path)
TRACE("Could not find Mozilla ActiveX Control\n");
return TRUE;
return FALSE;
}
static BOOL get_wine_gecko_path(PRUnichar *gre_path)