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 43445: /trunk-1.8/ui/ /trunk-1.8/ui/gtk/: capture_file_d

Date: Sat, 23 Jun 2012 08:42:30 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=43445

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

Log:
 Copy over r43444 from the trunk:
 
   ------------------------------------------------------------------------
   r43444 | guy | 2012-06-23 01:18:14 -0700 (Sat, 23 Jun 2012) | 8 lines
 
   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-1.8/ui/gtk/
  Changes    Path                  Action
  +7 -2      capture_file_dlg.c    Modified

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