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