From a3d425996f213ae9081e4153549b42199d0ae97a Mon Sep 17 00:00:00 2001 From: gerald Date: Fri, 16 Oct 1998 01:18:35 +0000 Subject: * Copied in the correct GNU license (I'm such a goober) * Hacks to the filter interface (Gerald) * About box (Laurent) * AppleTalk support (Simon) * Mods to the match_strval routine (Gerald) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@61 f5534014-38df-0310-8fa8-9805f1628bb7 --- menu.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'menu.c') diff --git a/menu.c b/menu.c index 26ffb2141a..301aed76c4 100644 --- a/menu.c +++ b/menu.c @@ -1,7 +1,7 @@ /* menu.c * Menu routines * - * $Id: menu.c,v 1.7 1998/10/12 01:40:51 gerald Exp $ + * $Id: menu.c,v 1.8 1998/10/16 01:18:29 gerald Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs @@ -76,7 +76,7 @@ static GtkMenuEntry menu_items[] = {"
/Tools/Capture", "K", capture_prep_cb, NULL}, {"
/Tools/Follow TCP Stream", NULL, follow_stream_cb, NULL}, {"
/Tools/Graph", NULL, NULL, NULL}, - {"
/Help/About Ethereal", NULL, NULL, NULL} + {"
/Help/About Ethereal", NULL, about_ethereal, NULL} }; /* calculate the number of menu_items */ @@ -120,7 +120,6 @@ menus_init(void) { set_menu_sensitivity("
/Edit/Paste", FALSE); set_menu_sensitivity("
/Edit/Find", FALSE); set_menu_sensitivity("
/Tools/Graph", FALSE); - set_menu_sensitivity("
/Help/About Ethereal", FALSE); if ((mp = gtk_menu_factory_find(factory, "
/Help")) != NULL) { gtk_menu_item_right_justify((GtkMenuItem *) mp->widget); } -- cgit v1.2.3