diff options
author | Ulf Lamping <ulf.lamping@web.de> | 2004-07-19 21:42:01 +0000 |
---|---|---|
committer | Ulf Lamping <ulf.lamping@web.de> | 2004-07-19 21:42:01 +0000 |
commit | bfd6ace52eef067b77fa1f8f190d17dc00f20a10 (patch) | |
tree | c976231c08a7df6a399a4520abb25a56e269a6e8 /gtk/toolbar.c | |
parent | e20430f8767e37c23f6a817853fe882ff6969652 (diff) | |
download | wireshark-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.c | 2 |
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" |