ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-commits: [Wireshark-commits] rev 43439: /trunk/ /trunk/ui/gtk/: capture_file_dlg.c file_d

Date: Thu, 21 Jun 2012 22:21:03 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=43439

User: guy
Date: 2012/06/21 03:21 PM

Log:
 Move a bunch of common code in the file chooser dialog loops into a
 routine to run a file chooser dialog.
 
 On Windows, add to that code to resolve shell links ("shortcuts"),
 adopted from the Sylpheed mail reader.  (That code requires a pile of
 OLE stuff, so link with the OLE library.)
 
 Make it a bit easier to configure ui/gtk/capture_file_dlg.c to use GTK+
 dialogs on Windows, but continue to default to using the Win32 dialogs,
 at least for now.

Directory: /trunk/ui/gtk/
  Changes    Path                  Action
  +47 -122   capture_file_dlg.c    Modified
  +123 -0    file_dlg.c            Modified
  +9 -0      file_dlg.h            Modified

Directory: /trunk/
  Changes    Path              Action
  +1 -1      Makefile.nmake    Modified