mshtml: Correct test for another unknown dispID.
This commit is contained in:
parent
5c581f079e
commit
ea451adf58
|
@ -837,6 +837,7 @@ static HRESULT WINAPI PropertyNotifySink_OnChanged(IPropertyNotifySink *iface, D
|
|||
case 3000028:
|
||||
case 3000029:
|
||||
case 3000030:
|
||||
case 3000031:
|
||||
/* TODO */
|
||||
return S_OK;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue