Commit 74a1d3d0 authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

Changed message about Mozilla ActiveX Control.

parent 6b636e3e
......@@ -108,8 +108,7 @@ BOOL WINAPI DllMain(HINSTANCE hInstDLL, DWORD fdwReason, LPVOID lpv)
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;
......
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