From 4a581d82c55bfcfd7325dba574eebb2d7748572c Mon Sep 17 00:00:00 2001 From: Sven Neumann Date: Tue, 25 Mar 2003 19:29:15 +0000 Subject: [PATCH] fixed my ChangeLog entry --- ChangeLog | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index 279230f030..a38deb9c65 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,7 @@ 2003-03-25 Sven Neumann * libgimptool/Makefile.am - * gimptoolenums.c: include libgimp-intl.h here. + * libgimptool/gimptoolenums.c: include libgimp-intl.h here. 2003-03-25 Sven Neumann @@ -20,13 +20,14 @@ 2003-03-25 Sven Neumann - * Makefile.am - * gimpintl.h: removed this header file. + * libgimp/Makefile.am + * libgimp/gimpintl.h: removed this header file. - * gimpmiscui.c: include libgimp-intl.h. + * libgimp/gimpmiscui.c: include libgimp-intl.h. - * gimp.c (gimp_main): call setlocale() and bind to the libgimp - textdomain so that plug-ins don't need to do that explicitely. + * libgimp/gimp.c (gimp_main): call setlocale() and bind to the + libgimp textdomain so that plug-ins don't need to do that + explicitely. * libgimp/stdplugins-intl.h: added the functionality that used to live in gimpintl.h and removed the libgimp related stuff. Got rid