Typo corrections

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@29650 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2004-10-04 16:11:04 +00:00
parent 8d72832f14
commit c8894755e6
3 changed files with 3 additions and 3 deletions

View File

@@ -55,7 +55,7 @@ Returns the \helpref{colour data}{wxcolourdata} associated with the colour dialo
\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.

View File

@@ -105,7 +105,7 @@ Sets the dialog style. This is currently unused.
\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.

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.