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