changeset 1239:7ec60b650e5b

Printer info should default to Portrait not Landscape on Mac.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Tue, 18 Oct 2011 08:39:31 +0000
parents 700ce342aab8
children 3bc6244279c0
files mac/dw.m
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mac/dw.m	Tue Oct 18 08:26:36 2011 +0000
+++ b/mac/dw.m	Tue Oct 18 08:39:31 2011 +0000
@@ -9627,7 +9627,7 @@
     [pi setHorizontallyCentered:YES];
     [pi setVerticalPagination:NSFitPagination];
     [pi setVerticallyCentered:YES];
-    [pi setOrientation:NSLandscapeOrientation];
+    [pi setOrientation:NSPortraitOrientation];
     [pi setLeftMargin:0.0];
     [pi setRightMargin:0.0];
     [pi setTopMargin:0.0];