From 49051e63c6678ee90a54d17355e73286ae6817a3 Mon Sep 17 00:00:00 2001 From: Kjartan Maraas Date: Wed, 11 Jul 2001 14:50:47 +0000 Subject: s/GNOMELOCALEDIR/EVOLUTION_LOCALEDIR Added bindtextdomain(), textdomain() 2001-07-11 Kjartan Maraas * Makefile.am: s/GNOMELOCALEDIR/EVOLUTION_LOCALEDIR * elm-importer.c: Added bindtextdomain(), textdomain() calls. * evolution-gnomecard-importer.c: Same here. * pine-importer.c: Same here. * netscape-importer.c: Same here. svn path=/trunk/; revision=11002 --- importers/pine-importer.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'importers/pine-importer.c') diff --git a/importers/pine-importer.c b/importers/pine-importer.c index 52c611e7fa..f7eba31822 100644 --- a/importers/pine-importer.c +++ b/importers/pine-importer.c @@ -720,6 +720,9 @@ main (int argc, { CORBA_ORB orb; + bindtextdomain(PACKAGE, EVOLUTION_LOCALEDIR); + textdomain(PACKAGE); + gnome_init_with_popt_table ("Evolution-Pine-Importer", VERSION, argc, argv, oaf_popt_options, 0, NULL); -- cgit v1.2.3