Corel merge:
commitcf1bcc496bc27ba575823ec23c16e5deb1f57540
authorAlexandre Julliard <julliard@winehq.org>
Sun, 20 Feb 2000 18:54:04 +0000 (20 18:54 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Sun, 20 Feb 2000 18:54:04 +0000 (20 18:54 +0000)
tree0597c028f855da5492322aa5412573e7bd613b97
parent2972b40048a39281df1fb4a6e0c0ffb179214d97
Corel merge:

Pierre Mageau
Don't update the combo box selection when closing the dialog only when
clicking on OK button.  Adjust file dialog size when help button isn't
present.

Don Kelly.
Fixes problems with open dialog box filters.

Ulrich Czekalla
Prevents the help button from displaying on OpenFile dialogs unless
the proper flag is set in the OPENFILENAME struct.

Yuxi Zhang
Fixed memory leak.

Jean-Claude Batista
Add tooltips to the file Dialog toolbar.

Sylvain Bouchard, Bill Jin
Three new functions
EnumSelectedPidls, GetNumSelected, FILEDLG95_OnOpenUsingView: corrections
Instead of passing in a copy of ofn, passing in the pointer of ofn.

David Golding
A "!" was missing in a check against lpstrInitialDir.

Rick Mutzke
Fixed crash: if dialog has no filetypes appearing in the dropdown list.

Matt Robertson, Ulrich Czekalla
Fixed problems occurring with selection of files inside openfiledlg.
dlls/commdlg/cdlg_En.rc
dlls/commdlg/filedlg95.c
dlls/commdlg/filedlgbrowser.c
dlls/commdlg/filedlgbrowser.h
dlls/commdlg/filetitle.c