summaryrefslogtreecommitdiff
path: root/source3/printing/nt_printing.c
diff options
context:
space:
mode:
authorJean-François Micouleau <jfm@samba.org>1999-07-01 18:02:34 +0000
committerJean-François Micouleau <jfm@samba.org>1999-07-01 18:02:34 +0000
commit89517ed4d37f230d6f10986edbf15e3315cdeb43 (patch)
tree1ee34334a089a4225829a69f4348e30e5fe25f4b /source3/printing/nt_printing.c
parentc31d5972a832ecd7203e871084acbe49abc02055 (diff)
downloadsamba-89517ed4d37f230d6f10986edbf15e3315cdeb43.tar.gz
samba-89517ed4d37f230d6f10986edbf15e3315cdeb43.tar.bz2
samba-89517ed4d37f230d6f10986edbf15e3315cdeb43.zip
many small bugs...
J.F. (This used to be commit bda429eb73fa3c0a6d59cf47a8285e3fc0cdae98)
Diffstat (limited to 'source3/printing/nt_printing.c')
-rw-r--r--source3/printing/nt_printing.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/printing/nt_printing.c b/source3/printing/nt_printing.c
index 0757d08b8c..9d357204df 100644
--- a/source3/printing/nt_printing.c
+++ b/source3/printing/nt_printing.c
@@ -1304,7 +1304,7 @@ void init_devicemode(NT_DEVICEMODE *nt_devmode)
nt_devmode->fields = FORMNAME | TTOPTION | PRINTQUALITY |
DEFAULTSOURCE | COPIES | SCALE |
PAPERSIZE | ORIENTATION;
- nt_devmode->orientation = 2;
+ nt_devmode->orientation = 1;
nt_devmode->papersize = PAPER_A4;
nt_devmode->paperlength = 0;
nt_devmode->paperwidth = 0;