mshtml: Use defined dispid instead of a magic value.

oldstable
Nikolay Sivov 2013-08-30 14:56:41 +04:00 committed by Alexandre Julliard
parent 8902aae991
commit e07dabf2d9
1 changed files with 1 additions and 1 deletions

View File

@ -453,7 +453,7 @@ static HRESULT WINAPI HTMLDocument_put_designMode(IHTMLDocument2 *iface, BSTR v)
if(FAILED(hres))
return hres;
call_property_onchanged(&This->cp_container, 1014);
call_property_onchanged(&This->cp_container, DISPID_IHTMLDOCUMENT2_DESIGNMODE);
return S_OK;
}