aboutsummaryrefslogtreecommitdiffstats
path: root/stat_menu.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2011-06-05 23:04:11 +0000
committerGuy Harris <guy@alum.mit.edu>2011-06-05 23:04:11 +0000
commitdd05bb48b208cbf3f816810d200fc2c2cab1768b (patch)
tree77ea6ab063a7b3ed7094654fef255ee7419c8a64 /stat_menu.h
parent3a1097a0aea8d80427fb93af8974f9df44ac6b28 (diff)
Rename the tap_dfilter_dlg.[ch] files to reflect that they can do more
than just filters. svn path=/trunk/; revision=37560
Diffstat (limited to 'stat_menu.h')
-rw-r--r--stat_menu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/stat_menu.h b/stat_menu.h
index 80d55dc56f..1c20ebfe9c 100644
--- a/stat_menu.h
+++ b/stat_menu.h
@@ -35,7 +35,7 @@ extern "C" {
/*
* XXX - defines stuff usable regardless of the GUI toolkit. Right now,
- * that's only the menu group, which is used by tap_dfilter_dlg.h.
+ * that's only the menu group, which is used by tap_param_dlg.h.
*
* XXX - stats should be able to register additional menu groups, although
* the question then would be "in what order should they appear in the menu?"