Patch from Andre Reitz to correct a couple of bugs
authorJulian Smart <julian@anthemion.co.uk>
Mon, 18 Jul 2005 14:39:54 +0000 (14:39 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Mon, 18 Jul 2005 14:39:54 +0000 (14:39 +0000)
commitfde0548028e2fab4f0ade53f472e9d6f101c29f6
treeafd194728fd5f1d79f800ed313d6e1799241bb99
parent822fc19ef0224d2a257bf01de60a5f5b8506b857
Patch from Andre Reitz to correct a couple of bugs

1. Error when fetching papersize from dev-mode
   somebody changed
        if {...} else if {...} else {...}
   to:  ............. if {...} else {...}

2. Error when getting bin from devmode:
   - no translation to wxPRINTBIN_... constants when getting from devMode->dmDefaultSource
   - but: translation when setting to devMode->dmDefaultSource

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