mirror of
https://github.com/reactos/wine.git
synced 2025-01-22 20:04:59 +00:00
shdocvw: Added OLEIVERB_UIACTIVATE implementation.
This commit is contained in:
parent
4ee19c81bb
commit
5c932f9634
@ -325,6 +325,9 @@ static HRESULT WINAPI OleObject_DoVerb(IOleObject *iface, LONG iVerb, struct tag
|
||||
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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user