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 --- addressbook/gui/component/addressbook-factory.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'addressbook/gui/component/addressbook-factory.c') diff --git a/addressbook/gui/component/addressbook-factory.c b/addressbook/gui/component/addressbook-factory.c index 623e0385de..ebfd0d9cfd 100644 --- a/addressbook/gui/component/addressbook-factory.c +++ b/addressbook/gui/component/addressbook-factory.c @@ -43,10 +43,8 @@ init_bonobo (int argc, char **argv) int main (int argc, char **argv) { - #ifdef ENABLE_NLS bindtextdomain (PACKAGE, EVOLUTION_LOCALEDIR); textdomain (PACKAGE); - #endif init_corba (&argc, argv); -- cgit v1.2.3