aboutsummaryrefslogtreecommitdiffstats
path: root/executive-summary/component
diff options
context:
space:
mode:
Diffstat (limited to 'executive-summary/component')
-rw-r--r--executive-summary/component/.cvsignore6
-rw-r--r--executive-summary/component/main.c2
2 files changed, 7 insertions, 1 deletions
diff --git a/executive-summary/component/.cvsignore b/executive-summary/component/.cvsignore
index 40163816ad..75f1a012f2 100644
--- a/executive-summary/component/.cvsignore
+++ b/executive-summary/component/.cvsignore
@@ -3,4 +3,8 @@ Makefile.in
Makefile
.deps
.libs
-evolution-executive-summary \ No newline at end of file
+evolution-executive-summary
+Composer-common.c
+Composer.h
+Composer-stubs.c
+Composer-skels.c \ No newline at end of file
diff --git a/executive-summary/component/main.c b/executive-summary/component/main.c
index 70fd5e4ae5..9c331ce813 100644
--- a/executive-summary/component/main.c
+++ b/executive-summary/component/main.c
@@ -47,8 +47,10 @@ main (int argc,
{
CORBA_ORB orb;
+#ifdef ENABLE_NLS
bindtextdomain (PACKAGE, EVOLUTION_LOCALEDIR);
textdomain (PACKAGE);
+#endif
gnome_init_with_popt_table ("evolution-executive-summary", VERSION,
argc, argv, oaf_popt_options, 0, NULL);