Revert "Set up pages range in the wxMSW print dialog correctly."
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 29 Jan 2011 13:55:40 +0000 (13:55 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 29 Jan 2011 13:55:40 +0000 (13:55 +0000)
commitff4713940d16f0866f0931112ccb86e6a7642648
treebd632e62e7af8c2707250b924ad200019b4d1b4b
parentaadabb545be8a73b287039e97162a2e9250a18a4
Revert "Set up pages range in the wxMSW print dialog correctly."

This patch changed the relative order of calls to wxPrintout::GetPageInfo()
and OnPreparePrinting(), breaking the existing code and the documentation
promise about OnPreparePrinting() being called first, so revert it.

Reverts r66549.
See #12819.
Closes #12911.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66813 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/msw/printwin.cpp