From: Andreas Schneider Date: Wed, 12 May 2010 16:36:30 +0000 (+0200) Subject: s3-spoolss: Added EN ISO 216, A0 and A1 to builtin forms. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6d851e16cf67832ad1749a63ec69faf865d9ed45;p=thirdparty%2Fsamba.git s3-spoolss: Added EN ISO 216, A0 and A1 to builtin forms. Signed-off-by: Andreas Schneider Signed-off-by: Günther Deschner (cherry picked from commit 0953087f82ddbd580e9807e0e8d780e78686c03c) Fix bug #7423 (Large Formats at printing not available). --- diff --git a/source3/printing/nt_printing.c b/source3/printing/nt_printing.c index 30905fc4d9b..678a8c5b20e 100644 --- a/source3/printing/nt_printing.c +++ b/source3/printing/nt_printing.c @@ -91,6 +91,8 @@ static const nt_forms_struct default_forms[] = { {"Legal",0x1,0x34b5c,0x56d10,0x0,0x0,0x34b5c,0x56d10}, {"Statement",0x1,0x221b4,0x34b5c,0x0,0x0,0x221b4,0x34b5c}, {"Executive",0x1,0x2cf56,0x411cc,0x0,0x0,0x2cf56,0x411cc}, + {"A0",0x1,0xcd528,0x122488,0x0,0x0,0xcd528,0x122488}, + {"A1",0x1,0x91050,0xcd528,0x0,0x0,0x91050,0xcd528}, {"A3",0x1,0x48828,0x668a0,0x0,0x0,0x48828,0x668a0}, {"A4",0x1,0x33450,0x48828,0x0,0x0,0x33450,0x48828}, {"A4 Small",0x1,0x33450,0x48828,0x0,0x0,0x33450,0x48828},