]> git.saurik.com Git - wxWidgets.git/commitdiff
Clarify wxMessageBox usage. Fixes bug #1414535.
authorJamie Gadd <jrgadd2@cs.latrobe.edu.au>
Wed, 25 Jan 2006 23:26:27 +0000 (23:26 +0000)
committerJamie Gadd <jrgadd2@cs.latrobe.edu.au>
Wed, 25 Jan 2006 23:26:27 +0000 (23:26 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37143 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/function.tex

index 39054c33b0a046c128f116cd0a27bc010ede37c9..4bb920a50561be0734958ee8f660602f952651c6 100644 (file)
@@ -2201,7 +2201,7 @@ following identifiers:
 \begin{twocollist}\itemsep=0pt
 \twocolitem{wxYES\_NO}{Puts Yes and No buttons on the message box. May be combined with
 wxCANCEL.}
-\twocolitem{wxCANCEL}{Puts a Cancel button on the message box. May be combined with
+\twocolitem{wxCANCEL}{Puts a Cancel button on the message box. May only be combined with
 wxYES\_NO or wxOK.}
 \twocolitem{wxOK}{Puts an Ok button on the message box. May be combined with wxCANCEL.}
 \twocolitem{wxICON\_EXCLAMATION}{Displays an exclamation mark symbol.}