From: Václav Slavík <vslavik@fastmail.fm>
Date: Thu, 9 Aug 2012 15:52:04 +0000 (+0000)
Subject: Create wxPrintAbortDialog more sensibly.
X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/1a19b3210d97b2c8ad8f3621334cdcd99d5e172a?ds=inline;hp=1a19b3210d97b2c8ad8f3621334cdcd99d5e172a

Create wxPrintAbortDialog more sensibly.

Instead of having an empty constructor and filling the dialog with
controls from outside, do the work in the constructor.

This changes the meaning of ctor's 'title' argument, but this class'
terrible API made it unusable for direct use anyway, so it doesn't seem
to be harmful.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72305 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
---