Description: fix l10n
 toppler l10n was disabled in upstream 1.1.5 for no reason.
Author: Bill Allombert <ballombe@debian.org>
Last-Update: 2012-05-23
Bug-Debian: http://bugs.debian.org/674133
Index: toppler-1.1.6/main.cc
===================================================================
--- toppler-1.1.6.orig/main.cc	2013-05-06 21:52:49.000000000 +0200
+++ toppler-1.1.6/main.cc	2013-05-06 21:53:16.000000000 +0200
@@ -94,9 +94,7 @@
   setlocale(LC_MESSAGES, "");
   setlocale(LC_CTYPE, "");
 
-  DIR *dir = opendir("locale");
-  bindtextdomain("toppler", dir == NULL ? LOCALEDIR : "locale");
-  closedir(dir);
+  bindtextdomain("toppler", LOCALEDIR);
   textdomain("toppler");
 #endif
 
