Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/gtk capture_dlg.c color_dlg.c compat_macros.

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

From: ulfl@xxxxxxxxxxxx (Ulf Lamping)
Date: Sat, 31 Jan 2004 06:13:23 -0600 (CST)
ulfl        2004/01/31 06:13:23 CST

  Modified files:
    gtk                  capture_dlg.c color_dlg.c compat_macros.h 
                         dlg_utils.c file_dlg.c main.c menu.c 
                         simple_dialog.c 
  Log:
  cleanup of new "question dialogs",
  using GTK2 primary/secondary message text from GNOME HIG for simple_dialogs,
  added a "question dialog" for the coloring rules "Clear" button
  
  Revision  Changes    Path
  1.101     +4 -4      ethereal/gtk/capture_dlg.c
  1.39      +32 -2     ethereal/gtk/color_dlg.c
  1.13      +7 -1      ethereal/gtk/compat_macros.h
  1.20      +2 -2      ethereal/gtk/dlg_utils.c
  1.88      +8 -5      ethereal/gtk/file_dlg.c
  1.382     +7 -7      ethereal/gtk/main.c
  1.153     +4 -4      ethereal/gtk/menu.c
  1.21      +43 -23    ethereal/gtk/simple_dialog.c