aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/e-table-config.c
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@gnu.org>2001-01-17 15:59:19 +0800
committerMiguel de Icaza <miguel@src.gnome.org>2001-01-17 15:59:19 +0800
commit02c4a82a7f840290b5717edb567fe0e8375f38ba (patch)
tree2e82c690577f775b9e4777e9dac047d1a109d919 /widgets/table/e-table-config.c
parent8063555853d12b632539322d0e8b927b4a0d73cf (diff)
downloadgsoc2013-evolution-02c4a82a7f840290b5717edb567fe0e8375f38ba.tar
gsoc2013-evolution-02c4a82a7f840290b5717edb567fe0e8375f38ba.tar.gz
gsoc2013-evolution-02c4a82a7f840290b5717edb567fe0e8375f38ba.tar.bz2
gsoc2013-evolution-02c4a82a7f840290b5717edb567fe0e8375f38ba.tar.lz
gsoc2013-evolution-02c4a82a7f840290b5717edb567fe0e8375f38ba.tar.xz
gsoc2013-evolution-02c4a82a7f840290b5717edb567fe0e8375f38ba.tar.zst
gsoc2013-evolution-02c4a82a7f840290b5717edb567fe0e8375f38ba.zip
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 <miguel@gnu.org> * 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 <miguel@gnu.org> * 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 <miguel@gnu.org> * e-group-bar.c: Use e-i18n.h svn path=/trunk/; revision=7565
Diffstat (limited to 'widgets/table/e-table-config.c')
-rw-r--r--widgets/table/e-table-config.c1
1 files changed, 1 insertions, 0 deletions
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 <config.h>
#include <stdlib.h>
+#include "gal/util/e-i18n.h"
#include <libgnomeui/gnome-dialog.h>
#include <glade/glade.h>
#include "e-table-config.h"