diff options
author | Andreas Schneider <asn@samba.org> | 2010-05-12 18:36:30 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-05-18 16:37:16 +0200 |
commit | 0953087f82ddbd580e9807e0e8d780e78686c03c (patch) | |
tree | 48fb21973e99b1207811704c3a9ab3016a1d223d | |
parent | 20537d65166714f083256cf4f48b96d35786253a (diff) | |
download | samba-0953087f82ddbd580e9807e0e8d780e78686c03c.tar.gz samba-0953087f82ddbd580e9807e0e8d780e78686c03c.tar.bz2 samba-0953087f82ddbd580e9807e0e8d780e78686c03c.zip |
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>
-rw-r--r-- | source3/printing/nt_printing.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/printing/nt_printing.c b/source3/printing/nt_printing.c index c27ef69ecf..f1aa3f492f 100644 --- a/source3/printing/nt_printing.c +++ b/source3/printing/nt_printing.c @@ -93,6 +93,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}, |