Wireshark-commits: [Wireshark-commits] rev 49765: /trunk/ui/win32/ /trunk/ui/win32/: file_dlg_win32

Date: Tue, 04 Jun 2013 18:08:00 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=49765

User: gerald
Date: 2013/06/04 11:08 AM

Log:
 The CommDlg_OpenSave_GetFilePath macro fetches the path+name of the most
 recently selected file in the current file dialog. This isn't the proper
 routine to use when trying to figure out the save/export file name. We
 have to dig through the OPENFILENAME struct instead. Fixes bug 8224.
 
 #Backport 1.10

Directory: /trunk/ui/win32/
  Changes    Path                Action
  +26 -36    file_dlg_win32.c    Modified