Alistair Leslie-Hughes : mshtml: Correct test for another unknown dispID.

Alexandre Julliard julliard at winehq.org
Mon Sep 13 17:14:42 CDT 2010


Module: wine
Branch: master
Commit: ea451adf5873310dfa3facbbaf8134bcd3dc4fe3
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=ea451adf5873310dfa3facbbaf8134bcd3dc4fe3

Author: Alistair Leslie-Hughes <leslie_alistair at hotmail.com>
Date:   Thu Sep  9 20:23:23 2010 +1000

mshtml: Correct test for another unknown dispID.

---

 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;
     }




More information about the wine-cvs mailing list