summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2010-05-12 18:36:30 +0200
committerKarolin Seeger <kseeger@samba.org>2011-01-13 17:58:48 +0100
commit4d084a825df3173e379a249a5ffd6bf791dc37c2 (patch)
treedd6181a1efbd809ed8c1ec9634ff7c8a0a69b5a8 /source3
parent450c5be5e005efb49f05410bfefeb0e27f07bf8f (diff)
downloadsamba-4d084a825df3173e379a249a5ffd6bf791dc37c2.tar.gz
s3-spoolss: Added EN ISO 216, A0 and A1 to builtin forms.
Signed-off-by: Andreas Schneider <asn@samba.org> Signed-off-by: Günther Deschner <gd@samba.org> (cherry picked from commit 0953087f82ddbd580e9807e0e8d780e78686c03c) Fix bug #7423 (Large Formats at printing not available). (cherry picked from commit 6d851e16cf67832ad1749a63ec69faf865d9ed45)
Diffstat (limited to 'source3')
-rw-r--r--source3/printing/nt_printing.c2
1 files changed, 2 insertions, 0 deletions
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},