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/gsm_a_stat.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/gsm_a_stat.c')
-rw-r--r-- | gtk/gsm_a_stat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gsm_a_stat.c b/gtk/gsm_a_stat.c index fb06e4acf3..e02da74d73 100644 --- a/gtk/gsm_a_stat.c +++ b/gtk/gsm_a_stat.c @@ -50,7 +50,7 @@ #include <epan/dissectors/packet-bssap.h> #include <epan/dissectors/packet-gsm_a.h> #include "../globals.h" -#include "filter_prefs.h" +#include "filter_dlg.h" #include "compat_macros.h" #include "ui_util.h" |