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
--- toppler-1.1.5.orig/main.cc
+++ toppler-1.1.5/main.cc
@@ -110,15 +110,9 @@ int main(int argc, char *argv[]) {
   setlocale(LC_MESSAGES, "");
   setlocale(LC_CTYPE, "");
 
-  DIR *dir = opendir("locale");
-  if(dir) {
-            
-  bindtextdomain("toppler", dir == NULL ? localedir : "locale");
-  closedir(dir);
+  bindtextdomain("toppler", localedir);
   bind_textdomain_codeset("toppler", "UTF-8");
   textdomain("toppler");
-  } 
-    // TODO:  Put in warning if locale won't open.  Set up an error API
 #endif
 
   printf(_("Nebulous version %s"), VERSION);
