comdlg32: Filter change should not update filename.

This commit is contained in:
Paul Romanyszyn 2008-01-10 00:27:40 -05:00 committed by Alexandre Julliard
parent 5d9f73eaef
commit 95fa37ff84
1 changed files with 0 additions and 1 deletions

View File

@ -588,7 +588,6 @@ static LRESULT FD31_FileTypeChange( const FD31_DATA *lfs )
return TRUE;
pstr = (LPWSTR)SendDlgItemMessageW(lfs->hwnd, cmb1, CB_GETITEMDATA, lRet, 0);
TRACE("Selected filter : %s\n", debugstr_w(pstr));
SetDlgItemTextW( lfs->hwnd, edt1, pstr );
return FD31_Validate( lfs, NULL, cmb1, lRet, TRUE );
}