Module: wine Branch: master Commit: 42557724400df6260172d7690326cbae606378ab URL: http://source.winehq.org/git/wine.git/?a=commit;h=42557724400df6260172d76903...
Author: Jacek Caban jacek@codeweavers.com Date: Tue Nov 6 16:56:47 2012 +0100
mshtml: Ignore one more property change notification to fix some IE installations.
---
dlls/mshtml/tests/htmldoc.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/dlls/mshtml/tests/htmldoc.c b/dlls/mshtml/tests/htmldoc.c index 4de1998..849b517 100644 --- a/dlls/mshtml/tests/htmldoc.c +++ b/dlls/mshtml/tests/htmldoc.c @@ -940,6 +940,7 @@ static HRESULT WINAPI PropertyNotifySink_OnChanged(IPropertyNotifySink *iface, D case 3000024: case 3000025: case 3000026: + case 3000027: case 3000028: case 3000029: case 3000030: