Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/gtk capture_prefs.c gui_prefs.c nameres_pref

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

From: Guy Harris <guy@xxxxxxxxxxxxxxxxxxx>
Date: Sun, 20 Jan 2002 14:05:19 -0600 (CST)
guy         2002/01/20 14:05:19 CST

  Modified files:
    gtk                  capture_prefs.c gui_prefs.c 
                         nameres_prefs.c prefs_dlg.c prefs_dlg.h 
                         print_prefs.c 
  Log:
  Make the blurbs for protocol preference items into tooltips.  (This also
  lets us add tooltips to other preference items whose widgets are created
  with the "create_preference_XXX()" routines - just pass in a tooltip
  text string rather than a null pointer.)
  
  Revision  Changes    Path
  1.8       +7 -4      ethereal/gtk/capture_prefs.c
  1.33      +9 -9      ethereal/gtk/gui_prefs.c
  1.2       +4 -4      ethereal/gtk/nameres_prefs.c
  1.40      +79 -22    ethereal/gtk/prefs_dlg.c
  1.8       +6 -5      ethereal/gtk/prefs_dlg.h
  1.11      +5 -4      ethereal/gtk/print_prefs.c