Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal/gtk main.c

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

From: Laurent Deniel <deniel@xxxxxxxxxxxx>
Date: Tue, 22 Aug 2000 14:40:20 -0500 (CDT)
deniel      2000/08/22 14:40:16 CDT

  Modified files:
    gtk                  main.c 
  Log:
  Add a help context identifier for the status bar.
  
  This allows the display of a short field description (and
  field abbreviation) in the status bar when a field is selected
  in the protocol tree window.
  
  The description is the blurb field when available (i.e. not empty),
  the name otherwise.
  
  When the item is unselected, the file context (e.g. the file name)
  is restored.
  
  Now it is much easier to build a display filter without the manual ;-)
  
  Revision  Changes    Path
  1.150     +24 -2     ethereal/gtk/main.c