aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/graph_analysis.h
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2013-10-25 23:16:56 +0000
committerGerald Combs <gerald@wireshark.org>2013-10-25 23:16:56 +0000
commit7a2de9f471d1057ff5f90cb450ae9fe44cc7648a (patch)
tree0d1c8b1bc1691a1edc12de27ac412aece8f5ffec /ui/gtk/graph_analysis.h
parent95f484a91ee34ea3caa2c325170e52d0bf07489b (diff)
More sequence dialog updates.
Draw item labels and port numbers. Update the hint text. Make items selectable. Resize fonts similar to the GTK+ version. Add scrollbars. Update the cursor. Use pango_layout_set_ellipsize() in the GTK+ code. Fixup comments. svn path=/trunk/; revision=52855
Diffstat (limited to 'ui/gtk/graph_analysis.h')
-rw-r--r--ui/gtk/graph_analysis.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/gtk/graph_analysis.h b/ui/gtk/graph_analysis.h
index c734ae32d5..5ff759d025 100644
--- a/ui/gtk/graph_analysis.h
+++ b/ui/gtk/graph_analysis.h
@@ -46,7 +46,7 @@ typedef struct _display_items {
guint16 port_dst;
gchar *frame_label; /**< the label on top of the arrow */
gchar *time_str; /**< timestamp */
- gchar *comment; /**< a comment that appears at the left of the graph */
+ gchar *comment; /**< a comment that appears at the right of the graph */
guint16 conv_num; /**< the conversation number, each conversation will be colored */
guint16 src_node; /**< this is used by graph_analysis.c to identify the node */
guint16 dst_node; /**< a node is an IP address that will be displayed in columns */