commit | d76ed6f6930ecba778c34a99b0350a2acfc851a1 | [log] [tgz] |
---|---|---|
author | Jacek Caban <jacek@codeweavers.com> | Sat Jul 08 16:09:24 2006 +0200 |
committer | Alexandre Julliard <julliard@winehq.org> | Tue Jul 11 12:03:50 2006 +0200 |
tree | d648c79ec0f1c6233a1279ca5b70580b495d5602 | |
parent | 081d50d297b5729d448ff1b6b7d8ba112ce8c17d [diff] |
shdocvw: Call SetMenu in activate_ui.
diff --git a/dlls/shdocvw/oleobject.c b/dlls/shdocvw/oleobject.c index 513b128..dc790b3 100644 --- a/dlls/shdocvw/oleobject.c +++ b/dlls/shdocvw/oleobject.c
@@ -171,9 +171,8 @@ if(This->uiwindow) IOleInPlaceUIWindow_SetActiveObject(This->uiwindow, ACTIVEOBJ(This), wszitem); - /* TODO: - * IOleInPlaceFrmae_SetMenu - */ + if(This->frame) + IOleInPlaceFrame_SetMenu(This->frame, NULL, NULL, This->shell_embedding_hwnd); SetFocus(This->shell_embedding_hwnd);