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@xxxxxxxxxxxx>
Date: Tue, 18 Jan 2000 13:01:44 -0600 (CST)
guy         2000/01/18 13:01:40 CST

  Modified files:
    gtk                  menu.c 
  Log:
  Use "strrchr()" instead of "rindex()" - "strrchr()" is the routine the
  ANSI C standard specifies.
  
  Fix up some menu stuff that should've been fixed when I put "Find Frame"
  and "Go To Frame" under "Edit".
  
  Revision  Changes    Path
  1.20      +5 -4      ethereal/gtk/menu.c