Commit 39356260 authored by Detlef Riekenberg's avatar Detlef Riekenberg Committed by Alexandre Julliard

ieframe: Use similar FIXME text.

parent 1cf886d7
...@@ -592,12 +592,12 @@ static HRESULT WINAPI ClOleCommandTarget_Exec(IOleCommandTarget *iface, ...@@ -592,12 +592,12 @@ static HRESULT WINAPI ClOleCommandTarget_Exec(IOleCommandTarget *iface,
return S_OK; return S_OK;
default: default:
FIXME("Unimplemented cmd %d of CGID_Explorer\n", nCmdID); FIXME("Unimplemented cmdid %d of CGID_Explorer\n", nCmdID);
return E_NOTIMPL; return E_NOTIMPL;
} }
} }
FIXME("Unimplemented group %s\n", debugstr_guid(pguidCmdGroup)); FIXME("Unimplemented cmdid %d of group %s\n", nCmdID, debugstr_guid(pguidCmdGroup));
return E_NOTIMPL; return E_NOTIMPL;
} }
......
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