[SHELL32] Improve debug print by printing text

svn path=/trunk/; revision=47180
This commit is contained in:
Gregor Schneider 2010-05-12 19:54:02 +00:00
parent 0b2f076246
commit 7b762e3b4e

View file

@ -1346,7 +1346,7 @@ static HRESULT WINAPI ICPanel_IContextMenu2_InvokeCommand(
}
else
{
FIXME("\n");
FIXME("Couldn't retrieve pointer to cpl structure\n");
return E_FAIL;
}
if (SUCCEEDED(IShellLink_Constructor(NULL, &IID_IShellLinkA, (LPVOID*)&isl)))