Paul Romanyszyn : comdlg32: Filter change should not update filename.

Alexandre Julliard julliard at winehq.org
Thu Jan 10 06:42:03 CST 2008


Module: wine
Branch: master
Commit: 95fa37ff84def4438902a3fe44912768d389877a
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=95fa37ff84def4438902a3fe44912768d389877a

Author: Paul Romanyszyn <pgr at arcelectronicsinc.com>
Date:   Thu Jan 10 00:27:40 2008 -0500

comdlg32: Filter change should not update filename.

---

 dlls/comdlg32/filedlg31.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/dlls/comdlg32/filedlg31.c b/dlls/comdlg32/filedlg31.c
index 6e8cdcb..10238de 100644
--- a/dlls/comdlg32/filedlg31.c
+++ b/dlls/comdlg32/filedlg31.c
@@ -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 );
 }




More information about the wine-cvs mailing list