openbsd-ports/www/firefox35/patches/patch-widget_src_xpwidgets_nsPrintSettingsImpl_cpp
martynas 3aacbddd82 merge in some changes from mozilla-firefox:
CONFIGURE_ENV += PYTHON="${MODPY_BIN}" is inherited from the python module
turn off Ignore Scaling and Shrink to fit page width
sync switches w/ ff3
update about url
2009-06-21 11:41:31 +00:00

13 lines
520 B
Plaintext

$OpenBSD: patch-widget_src_xpwidgets_nsPrintSettingsImpl_cpp,v 1.1 2009/06/21 11:41:31 martynas Exp $
--- widget/src/xpwidgets/nsPrintSettingsImpl.cpp.orig Thu Mar 20 07:58:48 2008
+++ widget/src/xpwidgets/nsPrintSettingsImpl.cpp Wed Apr 22 22:32:46 2009
@@ -62,7 +62,7 @@ nsPrintSettings::nsPrintSettings() :
mIsCancelled(PR_FALSE),
mPrintSilent(PR_FALSE),
mPrintPreview(PR_FALSE),
- mShrinkToFit(PR_TRUE),
+ mShrinkToFit(PR_FALSE),
mShowPrintProgress(PR_TRUE),
mPrintPageDelay(500),
mPaperData(0),