Commit ae78d17f authored by Juan Lang's avatar Juan Lang Committed by Alexandre Julliard

IShellView seems reasonably complete, change a FIXME to a TRACE to

speed up open/save dialogs.
parent 286fe0af
......@@ -1383,7 +1383,7 @@ static LRESULT ShellView_OnNotify(IShellViewImpl * This, UINT CtlID, LPNMHDR lpn
break;
default:
FIXME("-- %p WM_COMMAND %x unhandled\n", This, lpnmh->code);
TRACE("-- %p WM_COMMAND %x unhandled\n", This, lpnmh->code);
break;
}
return 0;
......
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