http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=43072
User: guy
Date: 2012/06/04 10:21 AM
Log:
file_target_exist_ui() is used only on UN*Xes; on Win32, we'd use the
Windows file dialog, which has its own built-in version of the "do you
want to overwrite that file?" dialog, and Notepad and WordPad, at least,
just appear to error out if you try to overwrite a file with the
read-only flag set, rather than asking whether you want to override
that.
Directory: /trunk/ui/gtk/
Changes Path Action
+2 -0 file_dlg.c Modified
+2 -0 file_dlg.h Modified