From 02c4a82a7f840290b5717edb567fe0e8375f38ba Mon Sep 17 00:00:00 2001 From: Miguel de Icaza Date: Wed, 17 Jan 2001 07:59:19 +0000 Subject: This fixes translations of library messages compared to application This fixes translations of library messages compared to application messages. 2001-01-17 Miguel de Icaza * po/POTFILES.in: update. * gal/widgets/color-palette.c: use e-i18n.h * gal/util/e-i18n.h: Avoid inclussion of the GNOME i18n file as we provide our own. 2001-01-17 Miguel de Icaza * e-table-header-item.c: Use e-i18n.h here. * e-table.c (et_col_spec_to_col): Use gettext here. (et_real_construct): Use gettext too. (et_col_spec_to_col): Use gettext here. * e-cell-date.c: Use e-i18n.h here. * e-table-config.c (config_sort_info_update): Simplify column grabbing code and drop item layout code. (config_group_info_update): ditto. * e-table-config.c: Get correct translation setup working. 2001-01-17 Miguel de Icaza * e-group-bar.c: Use e-i18n.h svn path=/trunk/; revision=7565 --- widgets/table/e-table-config.c | 1 + 1 file changed, 1 insertion(+) (limited to 'widgets/table/e-table-config.c') diff --git a/widgets/table/e-table-config.c b/widgets/table/e-table-config.c index a8c413dd98..e2d96faa56 100644 --- a/widgets/table/e-table-config.c +++ b/widgets/table/e-table-config.c @@ -11,6 +11,7 @@ #include #include +#include "gal/util/e-i18n.h" #include #include #include "e-table-config.h" -- cgit v1.2.3