From fa3cf53363f2fe9da9380e91d5d6b0f81cede2bb Mon Sep 17 00:00:00 2001 From: Gediminas Paulauskas Date: Wed, 1 Nov 2000 10:44:51 +0000 Subject: modified or added a bunch of .cvsignore to ignore generated files, which * modified or added a bunch of .cvsignore to ignore generated files, which are not in repository. * call *textdomain() in various files only when ENABLE_NLS is defined svn path=/trunk/; revision=6310 --- executive-summary/component/main.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'executive-summary/component/main.c') 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); -- cgit