Commit d76ed6f6 authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

shdocvw: Call SetMenu in activate_ui.

parent 081d50d2
...@@ -171,9 +171,8 @@ static HRESULT activate_ui(WebBrowser *This, IOleClientSite *active_site, HWND p ...@@ -171,9 +171,8 @@ static HRESULT activate_ui(WebBrowser *This, IOleClientSite *active_site, HWND p
if(This->uiwindow) if(This->uiwindow)
IOleInPlaceUIWindow_SetActiveObject(This->uiwindow, ACTIVEOBJ(This), wszitem); IOleInPlaceUIWindow_SetActiveObject(This->uiwindow, ACTIVEOBJ(This), wszitem);
/* TODO: if(This->frame)
* IOleInPlaceFrmae_SetMenu IOleInPlaceFrame_SetMenu(This->frame, NULL, NULL, This->shell_embedding_hwnd);
*/
SetFocus(This->shell_embedding_hwnd); SetFocus(This->shell_embedding_hwnd);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment