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, 10 Feb 2004 21:55:48 -0600 (CST)
guy         2004/02/10 21:55:48 CST

  Modified files:
    gtk                  capture_dlg.c file_dlg.c main.c menu.c 
                         simple_dialog.c 
  Log:
  Get rid of the "Question" alert box type - rename it to "Confirmation",
  as that seems to be the name used in the GNOME HIG, at least.  Make it
  use the Warning icon (that's what the GNOME HIG says - and it's also
  what's used for the equivalent on Windows), and use it for the "Save
  current capture?" alert boxes.
  
  Revision  Changes    Path
  1.103     +2 -2      ethereal/gtk/capture_dlg.c
  1.95      +3 -3      ethereal/gtk/file_dlg.c
  1.393     +4 -4      ethereal/gtk/main.c
  1.160     +2 -2      ethereal/gtk/menu.c
  1.26      +3 -4      ethereal/gtk/simple_dialog.c