mshtml: Correct test for another unknown dispID.

This commit is contained in:
Alistair Leslie-Hughes 2010-09-09 20:23:23 +10:00 committed by Alexandre Julliard
parent 5c581f079e
commit ea451adf58
1 changed files with 1 additions and 0 deletions

View File

@ -837,6 +837,7 @@ static HRESULT WINAPI PropertyNotifySink_OnChanged(IPropertyNotifySink *iface, D
case 3000028:
case 3000029:
case 3000030:
case 3000031:
/* TODO */
return S_OK;
}