[SHELL32]

patch by Thomas Faber: fix a TRACE

svn path=/trunk/; revision=50957
This commit is contained in:
Timo Kreuzer 2011-03-02 13:33:19 +00:00
parent 3d476667b6
commit 2edb1c468c

View file

@ -1475,7 +1475,7 @@ static LRESULT ShellView_OnNotify(IShellViewImpl * This, UINT CtlID, LPNMHDR lpn
case LVN_ENDLABELEDITW:
{
TRACE("-- LVN_ENDLABELEDITA %p\n",This);
TRACE("-- LVN_ENDLABELEDITW %p\n",This);
if (lpdi->item.pszText)
{
HRESULT hr;