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