summaryrefslogtreecommitdiff
path: root/ui/gtk/tap_param_dlg.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2013-05-24 01:11:07 +0000
committerGuy Harris <guy@alum.mit.edu>2013-05-24 01:11:07 +0000
commit4caa94335d5213c59266300ccd16d9331d31e236 (patch)
tree0aaf449096cd468e61bb98456f30991b56e95b99 /ui/gtk/tap_param_dlg.h
parent699f06760cae98892f7b728c84d7eb341d454b9e (diff)
downloadwireshark-4caa94335d5213c59266300ccd16d9331d31e236.tar.gz
And another (cosmetic) change for that.
svn path=/trunk/; revision=49550
Diffstat (limited to 'ui/gtk/tap_param_dlg.h')
-rw-r--r--ui/gtk/tap_param_dlg.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ui/gtk/tap_param_dlg.h b/ui/gtk/tap_param_dlg.h
index 9ed9f06ef8..d0c3262b09 100644
--- a/ui/gtk/tap_param_dlg.h
+++ b/ui/gtk/tap_param_dlg.h
@@ -23,8 +23,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
-#ifndef __TAP_DFILTER_DLG_H__
-#define __TAP_DFILTER_DLG_H__
+#ifndef __TAP_PARAM_DLG_H__
+#define __TAP_PARAM_DLG_H__
/*
* You can easily add a parameter dialog for your gui tap by using
@@ -99,4 +99,4 @@ void tap_param_dlg_cb(GtkAction *action, gpointer user_data);
/* This will update the titles of the dialog windows when we load a new capture file. */
void tap_param_dlg_update (void);
-#endif /* __TAP_DFILTER_DLG_H__ */
+#endif /* __TAP_PARAM_DLG_H__ */