diff options
Diffstat (limited to 'importers/elm-importer.c')
-rw-r--r-- | importers/elm-importer.c | 3 |
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); |