Changed message about Mozilla ActiveX Control.

This commit is contained in:
Jacek Caban 2005-06-25 18:30:49 +00:00 committed by Alexandre Julliard
parent 6b636e3e7b
commit 74a1d3d02e
1 changed files with 1 additions and 2 deletions

View File

@ -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;