]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - ppdc/genstrings.cxx
Merge changes from CUPS 1.5svn-r9022.
[thirdparty/cups.git] / ppdc / genstrings.cxx
index f5441a1dcf8d33d0b8274208992864184e74464a..76b3e3f82b979a943dfee03279a7f91158e92655 100644 (file)
@@ -7,7 +7,7 @@
 //   the standard media and sample driver strings.  The results are picked up
 //   by GNU gettext and placed in the CUPS message catalog.
 //
-//   Copyright 2008-2009 by Apple Inc.
+//   Copyright 2008-2010 by Apple Inc.
 //
 //   These coded instructions, statements, and computer programs are the
 //   property of Apple Inc. and are protected by Federal copyright
@@ -67,6 +67,9 @@ main(void)
   src     = new ppdcSource("sample.drv");
   catalog = new ppdcCatalog(NULL);
 
+  catalog->add_message("ISOLatin1");
+  catalog->add_message("English");
+
   // Add the media size strings...
   ppdcMediaSize        *size;                  // Current media size