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

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

From: Guy Harris <guy@xxxxxxxxxxxxxxxxx>
Date: Fri, 5 Sep 2003 01:59:38 -0500 (CDT)
guy         2003/09/05 01:59:38 CDT

  Modified files:
    gtk                  dfilter_expr_dlg.c 
  Log:
  Don't try to align the field filter name and name - the font would
  probably be variable-width, so that doesn't work.  Just put a dash
  between them.
  
  Boost the size of the buffer used for the field text to 256 characters.
  
  In GTK+ 1.2[.x], put the entries for fields (rather than protocols) in
  as leaf nodes.
  
  Revision  Changes    Path
  1.39      +21 -14    ethereal/gtk/dfilter_expr_dlg.c