]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - ppdc/ppdc-file.cxx
Merge changes from CUPS 1.5b1-r9798.
[thirdparty/cups.git] / ppdc / ppdc-file.cxx
index 171eb1d80d2861f7f4ef95fc3ce45aba3ed15b88..3d4520eb093ebd025620f1627a1748ad4a89a649 100644 (file)
@@ -3,7 +3,7 @@
 //
 //   File class for the CUPS PPD Compiler.
 //
-//   Copyright 2007-2009 by Apple Inc.
+//   Copyright 2007-2010 by Apple Inc.
 //   Copyright 2002-2005 by Easy Software Products.
 //
 //   These coded instructions, statements, and computer programs are the
@@ -24,8 +24,7 @@
 // Include necessary headers...
 //
 
-#include "ppdc.h"
-#include <cups/i18n.h>
+#include "ppdc-private.h"
 
 
 //
@@ -47,7 +46,7 @@ ppdcFile::ppdcFile(const char  *f,            // I - File to open
   line     = 1;
 
   if (!fp)
-    _cupsLangPrintf(stderr, _("%s: Unable to open %s: %s\n"), "ppdc", f,
+    _cupsLangPrintf(stderr, _("ppdc: Unable to open %s: %s"), f,
                     strerror(errno));
 }