Changed a few true -> TRUE

added #ifdef GTK 1.2


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2893 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
1999-06-25 16:30:47 +00:00
parent 108a0f648f
commit 58c7cd12b9
7 changed files with 32 additions and 9 deletions

View File

@@ -218,8 +218,8 @@ bool wxPostScriptPrinter::Print(wxWindow *parent, wxPrintout *printout, bool pro
}
else
{
sm_abortIt = true;
keepGoing = false;
sm_abortIt = TRUE;
keepGoing = FALSE;
}
}
wxYield();