Changed message about Mozilla ActiveX Control.
This commit is contained in:
parent
6b636e3e7b
commit
74a1d3d02e
|
@ -108,8 +108,7 @@ BOOL WINAPI DllMain(HINSTANCE hInstDLL, DWORD fdwReason, LPVOID lpv)
|
||||||
if(!hMozCtl)
|
if(!hMozCtl)
|
||||||
ERR("Can't load the Mozilla ActiveX control\n");
|
ERR("Can't load the Mozilla ActiveX control\n");
|
||||||
}else {
|
}else {
|
||||||
MESSAGE("You need to install the Mozilla ActiveX control to\n");
|
TRACE("Not found Mozilla ActiveX Control. HTML rendering will be disabled.");
|
||||||
MESSAGE("use Wine's builtin MSHTML dll.\n");
|
|
||||||
}
|
}
|
||||||
hInst = hInstDLL;
|
hInst = hInstDLL;
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in New Issue