]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - filter/imagetops.c
Import changes from CUPS 1.5svn-r9085.
[thirdparty/cups.git] / filter / imagetops.c
index b61eb7722c7011ab2fab7237f494d6ff849fd26f..01a921f37b36dc60dfb2ea794ea2b83d81373ec6 100644 (file)
@@ -1,9 +1,9 @@
 /*
  * "$Id: imagetops.c 6649 2007-07-11 21:46:42Z mike $"
  *
- *   Image file to PostScript filter for the Common UNIX Printing System (CUPS).
+ *   Image file to PostScript filter for CUPS.
  *
- *   Copyright 2007-2009 by Apple Inc.
+ *   Copyright 2007-2010 by Apple Inc.
  *   Copyright 1993-2007 by Easy Software Products.
  *
  *   These coded instructions, statements, and computer programs are the
@@ -28,7 +28,7 @@
 #include "common.h"
 #include "image.h"
 #include <math.h>
-#include <cups/i18n.h>
+#include <cups/language-private.h>
 
 
 /*
@@ -338,7 +338,7 @@ main(int  argc,                             /* I - Number of command-line arguments */
    /*
     * Scale the image as neccesary to match the desired pixels-per-inch.
     */
-    
+
     if (Orientation & 1)
     {
       xprint = (PageTop - PageBottom) / 72.0;