ieframe: Use similar FIXME text.

This commit is contained in:
Detlef Riekenberg 2012-01-25 00:00:13 +01:00 committed by Alexandre Julliard
parent 1cf886d7c9
commit 39356260e7
1 changed files with 2 additions and 2 deletions

View File

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