aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/toolbar.c
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2004-07-19 21:42:01 +0000
committerUlf Lamping <ulf.lamping@web.de>2004-07-19 21:42:01 +0000
commitbfd6ace52eef067b77fa1f8f190d17dc00f20a10 (patch)
treec976231c08a7df6a399a4520abb25a56e269a6e8 /gtk/toolbar.c
parente20430f8767e37c23f6a817853fe882ff6969652 (diff)
downloadwireshark-bfd6ace52eef067b77fa1f8f190d17dc00f20a10.tar.gz
wireshark-bfd6ace52eef067b77fa1f8f190d17dc00f20a10.tar.bz2
wireshark-bfd6ace52eef067b77fa1f8f190d17dc00f20a10.zip
renamed filter_prefs to filter_dlg, as the filter settings are (well, for a long time) no longer part of the preferences dialog.
svn path=/trunk/; revision=11436
Diffstat (limited to 'gtk/toolbar.c')
-rw-r--r--gtk/toolbar.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/toolbar.c b/gtk/toolbar.c
index 81e8b62bf0..a0fd272383 100644
--- a/gtk/toolbar.c
+++ b/gtk/toolbar.c
@@ -46,7 +46,7 @@
#ifdef HAVE_LIBPCAP
#include "capture_dlg.h"
#endif /* HAVE_LIBPCAP */
-#include "filter_prefs.h"
+#include "filter_dlg.h"
#include "file_dlg.h"
#include "find_dlg.h"
#include "goto_dlg.h"