bringing the packet details context menu item "Expand Tree" back as "Expand Subtrees...
authorulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 8 Feb 2005 19:12:17 +0000 (19:12 +0000)
committerulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 8 Feb 2005 19:12:17 +0000 (19:12 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13352 f5534014-38df-0310-8fa8-9805f1628bb7

gtk/menu.c

index 8bab6c73bb7d3c1bc1998e1b7b0dbc4af513c3e4..7d17e1a074214e3142d6103b4fc925a80f83ceb1 100644 (file)
@@ -429,6 +429,7 @@ static GtkItemFactoryEntry packet_list_menu_items[] =
 
 static GtkItemFactoryEntry tree_view_menu_items[] =
 {
+    ITEM_FACTORY_ENTRY("/Expand Subtrees", NULL, expand_tree_cb, 0, NULL, NULL),
     ITEM_FACTORY_ENTRY("/Expand All", NULL, expand_all_cb, 0, NULL, NULL),
     ITEM_FACTORY_ENTRY("/Collapse All", NULL, collapse_all_cb, 0, NULL, NULL),