]> git.saurik.com Git - wxWidgets.git/commitdiff
fixed ShowModal() return value typo
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 23 Jul 2004 10:01:55 +0000 (10:01 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 23 Jul 2004 10:01:55 +0000 (10:01 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28419 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/textdlg.tex

index b6e4b28d6676bf93b4f2841340ae15260ffcbb45..3ddb5e33ce1e61fc13930bd290c5414c891c78b9 100644 (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.