Clarify wxMessageBox usage. Fixes bug #1414535.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37143 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -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.}
|
||||
|
Reference in New Issue
Block a user