]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/porting.tex
added support for reading alpha channel
[wxWidgets.git] / docs / latex / wx / porting.tex
index 14aac3ca3b61cf5f35daf286eabbb0ab62addf51..bc15b659c2528eb62ff3709fe866da1a0b74778c 100644 (file)
@@ -189,7 +189,7 @@ is now {\bf wxDialog:ShowModal}. This is part of a more fundamental change in wh
 control may tell the dialog that it caused the dismissal of a dialog, by
 calling {\bf wxDialog::EndModal} or {\bf wxWindow::SetReturnCode}. Using this
 information, {\bf ShowModal} now returns the id of the control that caused dismissal,
-giving greater feedback to the application than just TRUE or FALSE.
+giving greater feedback to the application than just true or false.
 
 If you overrode or called {\bf wxDialog::Show}, use {\bf ShowModal} and test for a returned identifier,
 commonly wxID\_OK or wxID\_CANCEL.