Jacek Caban : shdocvw: Added OLEIVERB_UIACTIVATE implementation.

Alexandre Julliard julliard at wine.codeweavers.com
Tue May 23 15:22:50 CDT 2006


Module: wine
Branch: refs/heads/master
Commit: 5c932f9634c1b17f350bbd6fcf355654845b4495
URL:    http://source.winehq.org/git/?p=wine.git;a=commit;h=5c932f9634c1b17f350bbd6fcf355654845b4495

Author: Jacek Caban <jacek at codeweavers.com>
Date:   Tue May 23 20:07:45 2006 +0200

shdocvw: Added OLEIVERB_UIACTIVATE implementation.

---

 dlls/shdocvw/oleobject.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/dlls/shdocvw/oleobject.c b/dlls/shdocvw/oleobject.c
index d9fec8e..c7cbb74 100644
--- a/dlls/shdocvw/oleobject.c
+++ b/dlls/shdocvw/oleobject.c
@@ -325,6 +325,9 @@ static HRESULT WINAPI OleObject_DoVerb(I
     case OLEIVERB_SHOW:
         TRACE("OLEIVERB_SHOW\n");
         return activate_ui(This, pActiveSite, hwndParent);
+    case OLEIVERB_UIACTIVATE:
+        TRACE("OLEIVERB_UIACTIVATE\n");
+        return activate_ui(This, pActiveSite, hwndParent);
     case OLEIVERB_INPLACEACTIVATE:
         TRACE("OLEIVERB_INPLACEACTIVATE\n");
         return activate_inplace(This, pActiveSite, hwndParent);




More information about the wine-cvs mailing list