aboutsummaryrefslogtreecommitdiffstats
path: root/importers/elm-importer.c
diff options
context:
space:
mode:
authorKjartan Maraas <kmaraas@gnome.org>2001-07-11 22:50:47 +0800
committerKjartan Maraas <kmaraas@src.gnome.org>2001-07-11 22:50:47 +0800
commit49051e63c6678ee90a54d17355e73286ae6817a3 (patch)
treed20b60d0a164c2fb4d7745d351b0ce4366d36389 /importers/elm-importer.c
parenta74afe6c1914e262db8ac21aff303f0bce65ca76 (diff)
downloadgsoc2013-evolution-49051e63c6678ee90a54d17355e73286ae6817a3.tar
gsoc2013-evolution-49051e63c6678ee90a54d17355e73286ae6817a3.tar.gz
gsoc2013-evolution-49051e63c6678ee90a54d17355e73286ae6817a3.tar.bz2
gsoc2013-evolution-49051e63c6678ee90a54d17355e73286ae6817a3.tar.lz
gsoc2013-evolution-49051e63c6678ee90a54d17355e73286ae6817a3.tar.xz
gsoc2013-evolution-49051e63c6678ee90a54d17355e73286ae6817a3.tar.zst
gsoc2013-evolution-49051e63c6678ee90a54d17355e73286ae6817a3.zip
s/GNOMELOCALEDIR/EVOLUTION_LOCALEDIR Added bindtextdomain(), textdomain()
2001-07-11 Kjartan Maraas <kmaraas@gnome.org> * 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
Diffstat (limited to 'importers/elm-importer.c')
-rw-r--r--importers/elm-importer.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/importers/elm-importer.c b/importers/elm-importer.c
index b635c342d8..ff36aa087d 100644
--- a/importers/elm-importer.c
+++ b/importers/elm-importer.c
@@ -557,6 +557,9 @@ main (int argc,
{
CORBA_ORB orb;
+ bindtextdomain(PACKAGE, EVOLUTION_LOCALEDIR);
+ textdomain(PACKAGE);
+
gnome_init_with_popt_table ("Evolution-Elm-Importer",
VERSION, argc, argv, oaf_popt_options, 0,
NULL);