From 88ae09989a3c6a21fd106bf2318868516e64e91d Mon Sep 17 00:00:00 2001 From: Kjartan Maraas Date: Fri, 1 Apr 2011 18:34:16 +0200 Subject: Fix translations being boken by removing calls to bindtextdomain() from plugins. It shouldn't be needed for plugins that live in the evolution source tree anyway since they should just use the translation domain they inherit from main(). --- plugins/dbx-import/Makefile.am | 2 -- 1 file changed, 2 deletions(-) (limited to 'plugins/dbx-import/Makefile.am') diff --git a/plugins/dbx-import/Makefile.am b/plugins/dbx-import/Makefile.am index d38010471b..ecd4890c37 100644 --- a/plugins/dbx-import/Makefile.am +++ b/plugins/dbx-import/Makefile.am @@ -17,8 +17,6 @@ liborg_gnome_dbx_import_la_CPPFLAGS = \ -I$(top_srcdir) \ -I$(top_srcdir)/widgets \ -I$(top_builddir) \ - -DGETTEXT_PACKAGE="\"$(GETTEXT_PACKAGE)\"" \ - -DLOCALEDIR="\"$(LOCALEDIR)\"" \ $(GNOME_PLATFORM_CFLAGS) \ $(EVOLUTION_CFLAGS) \ $(EVOLUTION_CALENDAR_CFLAGS) \ -- cgit v1.2.3