aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2012-04-26 17:36:39 +0000
committerGuy Harris <guy@alum.mit.edu>2012-04-26 17:36:39 +0000
commit99a66a0e776502f8b45ddb3eb23d6b75a5ca9f52 (patch)
tree69fa9e32dea9ca28098d2153a56da717a8bb92b4 /ui
parentd3adfa19272971cc98eaabd737e9f6b5d7f13550 (diff)
While we're at it, add back the shortcuts, or whatever the heck the
Alt+{letter}+... things are called, for the Expand and Collapse items. svn path=/trunk/; revision=42274
Diffstat (limited to 'ui')
-rw-r--r--ui/gtk/main_menubar.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/ui/gtk/main_menubar.c b/ui/gtk/main_menubar.c
index 7439bcb53f..6eff6206cf 100644
--- a/ui/gtk/main_menubar.c
+++ b/ui/gtk/main_menubar.c
@@ -1575,9 +1575,9 @@ static const GtkActionEntry main_menu_bar_entries[] = {
{ "/View/NormalSize", GTK_STOCK_ZOOM_100, "_Normal Size", "<control>equal", NULL, G_CALLBACK(view_zoom_100_cb) },
{ "/View/ResizeAllColumns", WIRESHARK_STOCK_RESIZE_COLUMNS, "Resize All Columns", "<shift><control>R", NULL, G_CALLBACK(new_packet_list_resize_columns_cb) },
{ "/View/DisplayedColumns", NULL, "Displayed Columns", NULL, NULL, NULL },
- { "/View/ExpandSubtrees", NULL, "Expand Subtrees", "<shift>Right", NULL, G_CALLBACK(expand_tree_cb) },
- { "/View/ExpandAll", NULL, "Expand All", "<control>Right", NULL, G_CALLBACK(expand_all_cb) },
- { "/View/CollapseAll", NULL, "Collapse All", "<control>Left", NULL, G_CALLBACK(collapse_all_cb) },
+ { "/View/ExpandSubtrees", NULL, "E_xpand Subtrees", "<shift>Right", NULL, G_CALLBACK(expand_tree_cb) },
+ { "/View/ExpandAll", NULL, "_Expand All", "<control>Right", NULL, G_CALLBACK(expand_all_cb) },
+ { "/View/CollapseAll", NULL, "Collapse _All", "<control>Left", NULL, G_CALLBACK(collapse_all_cb) },
{ "/View/ColorizeConversation", NULL, "Colorize Conversation",NULL, NULL, NULL },
{ "/View/ColorizeConversation/Color 1", WIRESHARK_STOCK_COLOR1, "Color 1", NULL, NULL, G_CALLBACK(view_menu_color_conv_color1_cb) },