https://bugs.winehq.org/show_bug.cgi?id=37140
David Hedberg david.hedberg@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |david.hedberg@gmail.com
--- Comment #5 from David Hedberg david.hedberg@gmail.com --- We need to support IFileDialogCustomize::StartVisualGroup() and ::EndVisualGroup() for the save dialog options to appear.
Just making these functions return S_OK instead of E_NOTIMPL in dlls/comdlg32/itemdlg.c is actually enough to make the options show up, but it's obviously not a proper fix and the options will not be grouped correctly.
I'll see if I can find some time to produce a better fix (unless someone else gets there before me).