Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] rev 43444: /trunk/ui/ /trunk/ui/gtk/: capture_file_dlg.c /tr

Date: Sat, 23 Jun 2012 08:18:16 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=43444

User: guy
Date: 2012/06/23 01:18 AM

Log:
 In the Windows capture file "Save As" dialog code, do the same sort of
 checks for the inability to save comments that we do for UN*X.  This
 should fix bug 7222, although the UI isn't currently as nice, as the
 dialog boxes are Windows dialog boxes and we don't set the button labels
 to reflect the actual choices being offered to the user.  (We may be
 able to do that by using template resources to construct the message
 boxes.)

Directory: /trunk/ui/gtk/
  Changes    Path                  Action
  +7 -2      capture_file_dlg.c    Modified

Directory: /trunk/ui/win32/
  Changes    Path                Action
  +240 -58   file_dlg_win32.c    Modified
  +10 -1     file_dlg_win32.h    Modified