aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/menu.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/menu.c')
-rw-r--r--gtk/menu.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/gtk/menu.c b/gtk/menu.c
index dcf2fd13df..2cdc180553 100644
--- a/gtk/menu.c
+++ b/gtk/menu.c
@@ -1,7 +1,7 @@
/* menu.c
* Menu routines
*
- * $Id: menu.c,v 1.32 2000/08/03 12:44:40 gram Exp $
+ * $Id: menu.c,v 1.33 2000/08/08 12:24:31 deniel Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -54,6 +54,7 @@
#include "packet_win.h"
#include "print.h"
#include "follow_dlg.h"
+#include "help_dlg.h"
#include "keys.h"
#include "plugins.h"
@@ -130,7 +131,8 @@ static GtkItemFactoryEntry menu_items[] =
/* {"/Tools/Graph", NULL, NULL, 0, NULL}, future use */
{"/Tools/_Summary", NULL, GTK_MENU_FUNC(summary_open_cb), 0, NULL},
{"/_Help", NULL, NULL, 0, "<LastBranch>" },
- {"/Help/_About Ethereal...", NULL, GTK_MENU_FUNC(about_ethereal), 0, NULL}
+ {"/Help/_About Ethereal...", NULL, GTK_MENU_FUNC(about_ethereal), 0, NULL},
+ {"/Help/_Help", NULL, GTK_MENU_FUNC(help_cb), 0, NULL}
};
/* calculate the number of menu_items */