fixed ShowModal() return value typo

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28419 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2004-07-23 10:01:55 +00:00
parent 42bbdbff31
commit 7e06588478

View File

@ -64,7 +64,7 @@ Sets the default text value.
\func{int}{ShowModal}{\void}
Shows the dialog, returning wxID\_OK if the user pressed OK, and wxOK\_CANCEL
Shows the dialog, returning wxID\_OK if the user pressed OK, and wxID\_CANCEL
otherwise.