include config.h to enable NLS
--Sven
This commit is contained in:
parent
48fb5c0959
commit
2ab36b085f
3 changed files with 8 additions and 0 deletions
|
|
@ -1,3 +1,7 @@
|
|||
Sat Nov 20 01:59:10 MET 1999 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* libgimp/gimpcolorbutton.c: include config.h to enable NLS
|
||||
|
||||
Sat Nov 20 00:27:26 GMT 1999 Andy Thomas <alt@gimp.org>
|
||||
|
||||
* app/commands.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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue