aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/capture_dlg.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2009-06-21 19:16:37 +0000
committerGuy Harris <guy@alum.mit.edu>2009-06-21 19:16:37 +0000
commit432cac16f3a360f4239f277731fbf605f2b1ca37 (patch)
treeec8b5af936ab7e03db041fd91145b7a3468e91e1 /gtk/capture_dlg.c
parent7595bc232a7491f02b3ba6635b392e3505a832fb (diff)
"main_menu.[ch]" -> "menus.[ch]"; it handles not only the main menu, but
context menus. Note why we have an empty hex dump pane context menu. svn path=/trunk/; revision=28794
Diffstat (limited to 'gtk/capture_dlg.c')
-rw-r--r--gtk/capture_dlg.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk/capture_dlg.c b/gtk/capture_dlg.c
index 7d7d008826..1d1a1ce9ee 100644
--- a/gtk/capture_dlg.c
+++ b/gtk/capture_dlg.c
@@ -35,8 +35,8 @@
#include <string.h>
#if 0
/*
- * main_menu.h uses FILE, but I guess <stdio.h> is included by
- * something else before main_menu.h is included.
+ * menus.h uses FILE, but I guess <stdio.h> is included by
+ * something else before menus.h is included.
*/
#include <stdio.h>
#endif
@@ -57,7 +57,7 @@
#include "../ringbuffer.h"
#include "gtk/main.h"
-#include "gtk/main_menu.h"
+#include "gtk/menus.h"
#include "gtk/gui_utils.h"
#include "gtk/capture_dlg.h"
#include "gtk/filter_dlg.h"