removed seperator between the two print menuitems

svn path=/trunk/; revision=9197
This commit is contained in:
Ulf Lamping 2003-12-08 17:49:20 +00:00
parent 7baf316067
commit 32d83ab647

View file

@ -1,7 +1,7 @@
/* menu.c
* Menu routines
*
* $Id: menu.c,v 1.120 2003/12/03 19:59:28 guy Exp $
* $Id: menu.c,v 1.121 2003/12/08 17:49:20 ulfl Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@ -118,7 +118,6 @@ static GtkItemFactoryEntry menu_items[] =
ITEM_FACTORY_ENTRY("/File/<separator>", NULL, NULL, 0, "<Separator>", NULL),
ITEM_FACTORY_STOCK_ENTRY("/File/_Print...", "<control>P", file_print_cmd_cb,
0, GTK_STOCK_PRINT),
ITEM_FACTORY_ENTRY("/File/<separator>", NULL, NULL, 0, "<Separator>", NULL),
ITEM_FACTORY_ENTRY("/File/Print Pac_ket", NULL,
file_print_packet_cmd_cb, 0, NULL, NULL),
ITEM_FACTORY_ENTRY("/File/<separator>", NULL, NULL, 0, "<Separator>", NULL),