git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/branches/branch-1.2@3859
7a7537e8-13f0-0310-91df-
b6672ffda945
/*
- * "$Id: printers.c,v 1.93.2.50 2003/07/20 12:51:54 mike Exp $"
+ * "$Id: printers.c,v 1.93.2.51 2003/08/06 18:05:46 mike Exp $"
*
* Printer routines for the Common UNIX Printing System (CUPS).
*
};
const char *sides[3] = /* sides-supported values */
{
- "one",
- "two-long-edge",
- "two-short-edge"
+ "one-sided",
+ "two-sided-long-edge",
+ "two-sided-short-edge"
};
const char *versions[] = /* ipp-versions-supported values */
{
/*
- * End of "$Id: printers.c,v 1.93.2.50 2003/07/20 12:51:54 mike Exp $".
+ * End of "$Id: printers.c,v 1.93.2.51 2003/08/06 18:05:46 mike Exp $".
*/