aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/layout_prefs.c
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2004-04-30 06:30:13 +0000
committerUlf Lamping <ulf.lamping@web.de>2004-04-30 06:30:13 +0000
commite0d13b61c28806f10c15df406136e6014c60135d (patch)
treedb8984ecd9d943aa3e3f56161929ba43b9ea0be7 /gtk/layout_prefs.c
parent4e730bc8ac99a25896bcb74456904d62c559bdba (diff)
removed warnings of GTK1 compilation
svn path=/trunk/; revision=10739
Diffstat (limited to 'gtk/layout_prefs.c')
-rw-r--r--gtk/layout_prefs.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/layout_prefs.c b/gtk/layout_prefs.c
index 27a78124c6..f32574f480 100644
--- a/gtk/layout_prefs.c
+++ b/gtk/layout_prefs.c
@@ -1,7 +1,7 @@
/* layout_prefs.c
* Dialog box for layout preferences
*
- * $Id: layout_prefs.c,v 1.4 2004/04/30 05:25:52 ulfl Exp $
+ * $Id: layout_prefs.c,v 1.5 2004/04/30 06:30:13 ulfl Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -37,7 +37,7 @@
/*#include "ui_util.h"*/
#include "main.h"
#include "compat_macros.h"
-/*#include "dlg_utils.h"*/
+#include "dlg_utils.h"
#include "../image/icon_layout_1.xpm"
#include "../image/icon_layout_2.xpm"