MSHTML: Changed message about Mozilla ActiveX Control

Jacek Caban jack at itma.pwr.wroc.pl
Fri Jun 24 14:01:01 CDT 2005


This time with the patch...

Changelog:
    Changed message about Mozilla ActiveX Control


-------------- next part --------------
--- dlls/mshtml/main.c.old	2005-06-24 20:57:59.000000000 +0200
+++ dlls/mshtml/main.c	2005-06-24 20:57:16.000000000 +0200
@@ -108,8 +108,7 @@
                 if(!hMozCtl)
                     ERR("Can't load the Mozilla ActiveX control\n");
             }else {
-                MESSAGE("You need to install the Mozilla ActiveX control to\n");
-                MESSAGE("use Wine's builtin MSHTML dll.\n");
+                TRACE("Not found Mozilla ActiveX Control. HTML rendering will be disabled.");
             }
             hInst = hInstDLL;
 	    break;


More information about the wine-patches mailing list