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 --- notes/main.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'notes') diff --git a/notes/main.c b/notes/main.c index 4b483138da..f3198c0d63 100644 --- a/notes/main.c +++ b/notes/main.c @@ -35,10 +35,8 @@ init_bonobo (void) gint main (gint argc, gchar **argv) { - #ifdef ENABLE_NLS bindtextdomain (PACKAGE, EVOLUTION_LOCALEDIR); textdomain (PACKAGE); - #endif init_corba (argc, argv); init_bonobo (); -- cgit v1.2.3