diff --git a/docs/latex/wx/colordlg.tex b/docs/latex/wx/colordlg.tex index adda448e48..62be2e6853 100644 --- a/docs/latex/wx/colordlg.tex +++ b/docs/latex/wx/colordlg.tex @@ -59,7 +59,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. diff --git a/docs/latex/wx/dirdlg.tex b/docs/latex/wx/dirdlg.tex index 0ad1387fdd..9732133997 100644 --- a/docs/latex/wx/dirdlg.tex +++ b/docs/latex/wx/dirdlg.tex @@ -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.