Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/gtk capture_dlg.c file_dlg.c main.c menu.c s

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: guy@xxxxxxxxxxxx (Guy Harris)
Date: Tue, 3 Feb 2004 19:10:37 -0600 (CST)
guy         2004/02/03 19:10:37 CST

  Modified files:
    gtk                  capture_dlg.c file_dlg.c main.c menu.c 
                         simple_dialog.c 
  Log:
  Add some comments about the types of alert boxes you get with the
  simple_dialog routines (which are really just message box/alert box
  routines).
  
  Add some macros for combinations of buttons (corresponding to
  combinations that some GUI toolkits, which only support some
  combinations, allow).
  
  Revision  Changes    Path
  1.102     +2 -2      ethereal/gtk/capture_dlg.c
  1.93      +3 -3      ethereal/gtk/file_dlg.c
  1.390     +4 -4      ethereal/gtk/main.c
  1.158     +2 -2      ethereal/gtk/menu.c
  1.24      +3 -4      ethereal/gtk/simple_dialog.c