aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/simple_dialog.c
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2005-08-20 12:09:48 +0000
committerUlf Lamping <ulf.lamping@web.de>2005-08-20 12:09:48 +0000
commiteafbbbcabb9cc9aac94ec008159dd1042f093196 (patch)
tree3b8300d26b251ac23ae3d98f562874d39566634b /gtk/simple_dialog.c
parent5adc2b6bf150db9b2ae6842d21d8067410b574e0 (diff)
renamed ui_util.c/.h to gui_utils.c/.h to prevent confusion with identical named ui_util.h in / dir
svn path=/trunk/; revision=15465
Diffstat (limited to 'gtk/simple_dialog.c')
-rw-r--r--gtk/simple_dialog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/simple_dialog.c b/gtk/simple_dialog.c
index 249e19d662..39c953ac44 100644
--- a/gtk/simple_dialog.c
+++ b/gtk/simple_dialog.c
@@ -33,7 +33,7 @@
#include "gtkglobals.h"
#include "simple_dialog.h"
#include "dlg_utils.h"
-#include "ui_util.h"
+#include "gui_utils.h"
#include "compat_macros.h"
#include <epan/strutil.h>