http://bugs.winehq.org/show_bug.cgi?id=10284
Andrew Eikum aeikum@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW CC| |aeikum@codeweavers.com Ever Confirmed|0 |1
--- Comment #10 from Andrew Eikum aeikum@codeweavers.com 2010-06-21 09:39:50 --- The .INP file is a red herring. This bug actually occurs because the builtin comdlg32 open and save dialogs don't save Most Recently Used data in the registry, as native does.
Native stores this information in a couple of keys in: HKCU/Software/Microsoft/Windows/CurrentVersion/Explorer/ComDlg32
We need to implement this feature in our comdlg32 to fix this bug.
Marking as NEW and since the problem is identified.