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

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: Wed, 18 Dec 2002 21:56:05 -0600 (CST)
guy         2002/12/18 21:56:05 CST

  Modified files:
    gtk                  menu.c 
  Log:
  Rename "Go To Specified Frame" to "Go To Corresponding Frame" (I'm not
  sure there *is* a good name for it).
  
  Put it in the "Tools" menu as well (although I'm not sure what top-level
  menu it belongs in, or if it should get a new one).
  
  Make those items sensitive only if there's an FT_FRAMENUM item selected
  in the protocol tree pane.
  
  Clean up some menu paths in "set_menu_sensitivity()" (not that it
  matters, as only the last component, and the first component if it's a
  menu factory name, are used).
  
  Revision  Changes    Path
  1.81      +21 -8     ethereal/gtk/menu.c