Jacek Caban : mshtml: Return FALSE if Mozilla ActiveX Control could not be found.
Module: wine Branch: refs/heads/master Commit: a457249ff5c929e4442b7eeb1a3b3667de676109 URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=a457249ff5c929e4442b7eeb... Author: Jacek Caban <jacek(a)codeweavers.com> Date: Sat Jan 21 19:22:39 2006 +0100 mshtml: Return FALSE if Mozilla ActiveX Control could not be found. --- dlls/mshtml/nsembed.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/dlls/mshtml/nsembed.c b/dlls/mshtml/nsembed.c index f409eae..c17319a 100644 --- a/dlls/mshtml/nsembed.c +++ b/dlls/mshtml/nsembed.c @@ -186,7 +186,7 @@ static BOOL get_mozctl_path(PRUnichar *g TRACE("Could not find Mozilla ActiveX Control\n"); - return TRUE; + return FALSE; } static BOOL get_wine_gecko_path(PRUnichar *gre_path)
participants (1)
-
Alexandre Julliard