mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 22:46:17 +00:00
[SHELL32]
patch by Thomas Faber: fix a TRACE svn path=/trunk/; revision=50957
This commit is contained in:
parent
3d476667b6
commit
2edb1c468c
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue