And another (cosmetic) change for that.
authorGuy Harris <guy@alum.mit.edu>
Fri, 24 May 2013 01:11:07 +0000 (01:11 -0000)
committerGuy Harris <guy@alum.mit.edu>
Fri, 24 May 2013 01:11:07 +0000 (01:11 -0000)
svn path=/trunk/; revision=49550

ui/gtk/tap_param_dlg.h

index 9ed9f06ef8cd27d9d605fdea7355cb4a1bd867e2..d0c3262b092f50057f202cf94f0bf3702b8197de 100644 (file)
@@ -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__ */