aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/stock_icons.c
diff options
context:
space:
mode:
authorMartin Mathieson <martin.r.mathieson@googlemail.com>2012-11-11 18:32:47 +0000
committerMartin Mathieson <martin.r.mathieson@googlemail.com>2012-11-11 18:32:47 +0000
commit0b3ffdd688cb7976066e742843fb83ef26ad22bc (patch)
treeb53c4dd952608dda42925912411bff4f3b7c8ffd /ui/gtk/stock_icons.c
parentacb53e7d4caf8a9747824606abad294ec5061091 (diff)
Allow TCP graphs to be launched from the conversation table window.
svn path=/trunk/; revision=46001
Diffstat (limited to 'ui/gtk/stock_icons.c')
-rw-r--r--ui/gtk/stock_icons.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/gtk/stock_icons.c b/ui/gtk/stock_icons.c
index 8ca65b20eb..858435319a 100644
--- a/ui/gtk/stock_icons.c
+++ b/ui/gtk/stock_icons.c
@@ -100,6 +100,8 @@ void stock_icons_init(void) {
#ifdef HAVE_GEOIP
{ WIRESHARK_STOCK_MAP, "Map", 0, 0, NULL },
#endif
+ { WIRESHARK_STOCK_GRAPH_A_B, "Graph A->B", 0, 0, NULL },
+ { WIRESHARK_STOCK_GRAPH_B_A, "Graph B->A", 0, 0, NULL },
{ WIRESHARK_STOCK_FOLLOW_STREAM, "Follow Stream", 0, 0, NULL },
{ WIRESHARK_STOCK_DISPLAY_FILTER, "Display _Filter", 0, 0, NULL },
{ WIRESHARK_STOCK_DISPLAY_FILTER_ENTRY, "F_ilter:", 0, 0, NULL },