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

speed up open/save dialogs.
This commit is contained in:
Juan Lang 2004-04-13 21:15:01 +00:00 committed by Alexandre Julliard
parent 286fe0af18
commit ae78d17f9d
1 changed files with 1 additions and 1 deletions

View File

@ -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;