]> www.fi.muni.cz Git - evince.git/blobdiff - pdf/xpdf/pdfimages.cc
Add «nb» to ALL_LINGUAS too.
[evince.git] / pdf / xpdf / pdfimages.cc
index a661fb5f990560a94b371c10a391e8f27c822be6..319e141c4df4ea389b33bfa66f343c5b8955a321 100644 (file)
@@ -25,7 +25,7 @@
 #include "PDFDoc.h"
 #include "ImageOutputDev.h"
 #include "Error.h"
 #include "PDFDoc.h"
 #include "ImageOutputDev.h"
 #include "Error.h"
-#include "config.h"
+#include "xpdfconfig.h"
 
 static int firstPage = 1;
 static int lastPage = 0;
 
 static int firstPage = 1;
 static int lastPage = 0;
@@ -134,7 +134,7 @@ int main(int argc, char *argv[]) {
   // write image files
   imgOut = new ImageOutputDev(imgRoot, dumpJPEG);
   if (imgOut->isOk()) {
   // write image files
   imgOut = new ImageOutputDev(imgRoot, dumpJPEG);
   if (imgOut->isOk()) {
-    doc->displayPages(imgOut, firstPage, lastPage, 72, 72, 0, gFalse);
+    doc->displayPages(imgOut, firstPage, lastPage, 72, 72, 0, gTrue, gFalse);
   }
   delete imgOut;
 
   }
   delete imgOut;