From 2ab36b085ffed2f0be759fb167a997de636aba1a Mon Sep 17 00:00:00 2001 From: Sven Neumann Date: Sat, 20 Nov 1999 01:01:25 +0000 Subject: [PATCH] include config.h to enable NLS --Sven --- ChangeLog | 4 ++++ libgimp/gimpcolorbutton.c | 2 ++ libgimpwidgets/gimpcolorbutton.c | 2 ++ 3 files changed, 8 insertions(+) diff --git a/ChangeLog b/ChangeLog index 68996f152c..2a55c365ff 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Sat Nov 20 01:59:10 MET 1999 Sven Neumann + + * libgimp/gimpcolorbutton.c: include config.h to enable NLS + Sat Nov 20 00:27:26 GMT 1999 Andy Thomas * app/commands.c diff --git a/libgimp/gimpcolorbutton.c b/libgimp/gimpcolorbutton.c index a3d35342d1..806d5b98e6 100644 --- a/libgimp/gimpcolorbutton.c +++ b/libgimp/gimpcolorbutton.c @@ -27,6 +27,8 @@ * destroy all color-related widgets in the gtk colorselector. */ +#include "config.h" + #include "gimp.h" #include "gimpcolorbutton.h" #include "gimpintl.h" diff --git a/libgimpwidgets/gimpcolorbutton.c b/libgimpwidgets/gimpcolorbutton.c index a3d35342d1..806d5b98e6 100644 --- a/libgimpwidgets/gimpcolorbutton.c +++ b/libgimpwidgets/gimpcolorbutton.c @@ -27,6 +27,8 @@ * destroy all color-related widgets in the gtk colorselector. */ +#include "config.h" + #include "gimp.h" #include "gimpcolorbutton.h" #include "gimpintl.h"