Wireshark-commits: [Wireshark-commits] rev 49766: / /trunk-1.10/ui/win32/: file_dlg_win32.c

Date: Tue, 04 Jun 2013 18:10:34 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=49766

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

Log:
 Copy over r49765 from the trunk:
 
   ------------------------------------------------------------------------
   r49765 | gerald | 2013-06-04 11:07:59 -0700 (Tue, 04 Jun 2013) | 7 lines
   Changed paths:
      M /trunk/ui/win32/file_dlg_win32.c
 
   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-1.10/ui/win32/
  Changes    Path                Action
  +26 -36    file_dlg_win32.c    Modified