aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/prefs_gui.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2012-06-16 20:52:04 +0000
committerGuy Harris <guy@alum.mit.edu>2012-06-16 20:52:04 +0000
commit57cc5fa7844a27d3bd850f164ad632e094a892a7 (patch)
tree06f9d21b9034d184969e31cdd9b880af3ecb4979 /ui/gtk/prefs_gui.c
parent02b7064a87e41ed491df3dee3e6f708ffec88f44 (diff)
ui/gtk/main_proto_draw.c isn't just used for the main window, it's also
used for popped-up packet windows, and it includes more than just code to draw the protocol tree - it includes the hex dump pane code as well. Rename it packet_panes.c; the stuff specific to the main window should be moved into a different file. svn path=/trunk/; revision=43290
Diffstat (limited to 'ui/gtk/prefs_gui.c')
-rw-r--r--ui/gtk/prefs_gui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/gtk/prefs_gui.c b/ui/gtk/prefs_gui.c
index 242c34be1d..11ee201949 100644
--- a/ui/gtk/prefs_gui.c
+++ b/ui/gtk/prefs_gui.c
@@ -44,7 +44,7 @@
#include "ui/gtk/dlg_utils.h"
#include "ui/gtk/main.h"
#include "ui/gtk/new_packet_list.h"
-#include "ui/gtk/main_proto_draw.h"
+#include "ui/gtk/packet_panes.h"
#include "ui/gtk/main_toolbar.h"
#include "ui/gtk/font_utils.h"
#include "ui/gtk/webbrowser.h"