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

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: Tue, 22 Apr 2003 22:13:17 -0500 (CDT)
guy         2003/04/22 22:13:17 CDT

  Modified files:
    gtk                  menu.c menu.h 
  Log:
  Add a routine to create a new menu item under "/Tools/Statistics" for
  taps.  (It has to be called after we've created the main menu, but GUI
  taps are registered before that so that they can be referred to by
  command-line arguments, so that routine will only be usable if we have a
  "register menu item" routine for all GUI taps.)
  
  Disable the entire "/Tools/Statistics/MGCP" menu item, not just the
  "RTD" item under it, if we don't have an "mgcp" tap.
  
  Revision  Changes    Path
  1.90      +39 -2     ethereal/gtk/menu.c
  1.8       +10 -1     ethereal/gtk/menu.h