summaryrefslogtreecommitdiff
path: root/ppdc/genstrings.cxx
diff options
context:
space:
mode:
authormsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2010-03-03 22:36:38 +0000
committermsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2010-03-03 22:36:38 +0000
commit5a6b583acf40fd75a0eacaf886c6127fc122e516 (patch)
tree15a7ff6e21f42830571b87d4309f7ee645ebd92c /ppdc/genstrings.cxx
parentf8b3a85b79b8eb74c37c839079ecbf8266a6f4ed (diff)
Merge changes from CUPS 1.5svn-r9022.
git-svn-id: svn+ssh://src.apple.com/svn/cups/easysw/current@1937 a1ca3aef-8c08-0410-bb20-df032aa958be
Diffstat (limited to 'ppdc/genstrings.cxx')
-rw-r--r--ppdc/genstrings.cxx5
1 files changed, 4 insertions, 1 deletions
diff --git a/ppdc/genstrings.cxx b/ppdc/genstrings.cxx
index f5441a1dc..76b3e3f82 100644
--- a/ppdc/genstrings.cxx
+++ b/ppdc/genstrings.cxx
@@ -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