Michael Mann
changed
bug 1237
Comment # 9
on bug 1237
from Michael Mann
Ifa60e1ef9dbd11689a3f72906997cf3ed8ce259c provides some good hints on how this
would be done - add an enumeration value for prefs.gui_fileopen_style and grep
the use of the enumerated values (FO_STYLE_LAST_OPENED, FO_STYLE_SPECIFIED) and
add the new value (FO_STYLE_CWD?) to the handling.
The problem seems to be getcwd doesn't appear to be cross-platform. I was
hoping that Qt would provide a macro/enumeration to hide the implementation,
but I didn't find one. I also played with file_dlg_win32.c and it didn't seem
that win32_open_file wasn't that receptive to the CWD folder I could return
with _getcwd().
You are receiving this mail because:
- You are the assignee for the bug.
- You are watching all bug changes.