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"