diff options
Diffstat (limited to 'executive-summary/test-service')
-rw-r--r-- | executive-summary/test-service/Makefile.am | 3 | ||||
-rw-r--r-- | executive-summary/test-service/rdf-summary.c | 3 |
2 files changed, 5 insertions, 1 deletions
diff --git a/executive-summary/test-service/Makefile.am b/executive-summary/test-service/Makefile.am index 62aaafdc9d..ac22c0ed19 100644 --- a/executive-summary/test-service/Makefile.am +++ b/executive-summary/test-service/Makefile.am @@ -5,7 +5,8 @@ INCLUDES = \ -I$(top_srcdir) \ -I$(top_srcdir)/executive-summary \ $(EXTRA_GNOME_CFLAGS) \ - $(BONOBO_HTML_GNOME_CFLAGS) + $(BONOBO_HTML_GNOME_CFLAGS) \ + -DEVOLUTION_LOCALEDIR=\""$(localedir)"\" test_service_SOURCES = \ main.c diff --git a/executive-summary/test-service/rdf-summary.c b/executive-summary/test-service/rdf-summary.c index 876dae97a4..c7bf12cf0f 100644 --- a/executive-summary/test-service/rdf-summary.c +++ b/executive-summary/test-service/rdf-summary.c @@ -954,6 +954,9 @@ main (int argc, { CORBA_ORB orb; + bindtextdomain (PACKAGE, EVOLUTION_LOCALEDIR); + textdomain (PACKAGE); + gnome_init_with_popt_table ("RDF-Summary", VERSION, argc, argv, oaf_popt_options, 0, NULL); orb = oaf_init (argc, argv); |