aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/main.h
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2008-04-12 20:11:12 +0000
committerUlf Lamping <ulf.lamping@web.de>2008-04-12 20:11:12 +0000
commite3a9b675d11d002118bd52dc7827578c8c79c5a1 (patch)
tree69af717f02e396b429488f92c3d7d168cd4b6a23 /gtk/main.h
parent9660d9e9c2198e9408f1754c1c47cffcb08198c9 (diff)
proto_draw -> main_proto_draw
svn path=/trunk/; revision=24954
Diffstat (limited to 'gtk/main.h')
-rw-r--r--gtk/main.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/main.h b/gtk/main.h
index 6d53b39b60..d8c28dd644 100644
--- a/gtk/main.h
+++ b/gtk/main.h
@@ -39,8 +39,8 @@
main [ label="main window" URL="\ref main.h"];
menu [ label="menubar" URL="\ref main_menu.h"];
toolbar [ label="toolbar" URL="\ref toolbar.h"];
- packet_list [ label="packet list pane" URL="\ref packet_list.h"];
- proto_draw [ label="packet details & bytes panes" URL="\ref proto_draw.h"];
+ packet_list [ label="packet list pane" URL="\ref main_packet_list.h"];
+ proto_draw [ label="packet details & bytes panes" URL="\ref main_proto_draw.h"];
recent [ label="recent user settings" URL="\ref recent.h"];
main -> menu [ arrowhead="open", style="solid" ];
main -> toolbar [ arrowhead="open", style="solid" ];