compile fixes. Vadim ows me a pizza.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2583 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -82,7 +82,7 @@ private:
|
|||||||
Finished // finished, waiting to be removed from screen
|
Finished // finished, waiting to be removed from screen
|
||||||
} m_state;
|
} m_state;
|
||||||
/// the abort button (or NULL if none)
|
/// the abort button (or NULL if none)
|
||||||
wxButton *m_btnAbort;
|
class wxButton *m_btnAbort;
|
||||||
/// the maximum value
|
/// the maximum value
|
||||||
int m_maximum;
|
int m_maximum;
|
||||||
|
|
||||||
|
@@ -176,9 +176,7 @@ bool wxPostScriptPrinter::Print(wxWindow *parent, wxPrintout *printout, bool pro
|
|||||||
printout->GetTitle(),
|
printout->GetTitle(),
|
||||||
_("Printing..."),
|
_("Printing..."),
|
||||||
totalPages,
|
totalPages,
|
||||||
parent,
|
parent );
|
||||||
/* disable parent only */ true,
|
|
||||||
/* show abort button */ true);
|
|
||||||
|
|
||||||
printout->OnBeginPrinting();
|
printout->OnBeginPrinting();
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user