aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/expert_dlg.c
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2008-04-13 12:41:22 +0000
committerUlf Lamping <ulf.lamping@web.de>2008-04-13 12:41:22 +0000
commit38c4ebeb4a6163e2b49de8f40745114961f749dd (patch)
treea19f5f0fa7799fc4a04220d72b608c0dea0bb71d /gtk/expert_dlg.c
parentce552a159e2f2062e2fb284dd05029eb354f117b (diff)
move all code from color.c into color_utils.c
remove color.c rename colors.h into color_utils.h (hopefully this reduces confusion to /color.h) svn path=/trunk/; revision=24974
Diffstat (limited to 'gtk/expert_dlg.c')
-rw-r--r--gtk/expert_dlg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/expert_dlg.c b/gtk/expert_dlg.c
index 4a247be7dd..dd2697990c 100644
--- a/gtk/expert_dlg.c
+++ b/gtk/expert_dlg.c
@@ -57,7 +57,7 @@
#include "gtk/dlg_utils.h"
#include "gtk/gui_stat_menu.h"
#include "gtk/tap_dfilter_dlg.h"
-#include "gtk/colors.h"
+#include "gtk/color_utils.h"
#include "gtk/main_proto_draw.h"
#include "gtk/help_dlg.h"