From a547f501cb94e833fb56aa395d3fb0fd216d1ce1 Mon Sep 17 00:00:00 2001 From: Gediminas Paulauskas Date: Thu, 30 Nov 2000 00:58:47 +0000 Subject: removed #ifdef ENABLE_NLS/#endif on Miguel's request. 2000-11-30 Gediminas Paulauskas removed #ifdef ENABLE_NLS/#endif on Miguel's request. svn path=/trunk/; revision=6727 --- executive-summary/component/main.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'executive-summary') diff --git a/executive-summary/component/main.c b/executive-summary/component/main.c index 2fb5d5bfa9..3c9cc059dd 100644 --- a/executive-summary/component/main.c +++ b/executive-summary/component/main.c @@ -47,10 +47,8 @@ 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 v1.2.3