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

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

From: Laurent Deniel <deniel@xxxxxxxxxxxxxxxxxxx>
Date: Mon, 3 Mar 2003 15:59:43 -0600 (CST)
deniel      2003/03/03 15:59:43 CST

  Modified files:
    gtk                  help_dlg.c 
  Log:
  - fix FAQ display (faq_help[] was not initialised before strcat
    so random characters at first line display if not worst,
    finally remove this strcat stuff and directly call insert_text
    with each faq_part)
  
  - add missing FAQ redraw in help_redraw
  
  - put FAQ after Capture Filters to restore original order
    (i.e. Display near Capture Filters)
  
  - udpate overview according to manual page
  
  Revision  Changes    Path
  1.34      +70 -59    ethereal/gtk/help_dlg.c