>From 57e7498a2933a8caaf143eaea8aa26cf6a1c0f74 Mon Sep 17 00:00:00 2001 From: Alistair Leslie-Hughes Date: Thu, 9 Sep 2010 20:23:23 +1000 Subject: [PATCH] Correct test for another unknown dispID To: wine-patches --- 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 d1d02f0..641153b 100644 --- a/dlls/mshtml/tests/htmldoc.c +++ b/dlls/mshtml/tests/htmldoc.c @@ -837,6 +837,7 @@ static HRESULT WINAPI PropertyNotifySink_OnChanged(IPropertyNotifySink *iface, D case 3000028: case 3000029: case 3000030: + case 3000031: /* TODO */ return S_OK; } -- 1.7.0.4