X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a660d684eda27638bca0384b2058911a31c8e845..81c882b613b5d99ddb1e5ab69fcd7ebccc287025:/docs/latex/wx/tdialog.tex diff --git a/docs/latex/wx/tdialog.tex b/docs/latex/wx/tdialog.tex index a3ac9fbd6a..94a06e5149 100644 --- a/docs/latex/wx/tdialog.tex +++ b/docs/latex/wx/tdialog.tex @@ -17,7 +17,7 @@ Under Windows 3, modal dialogs have to be emulated using modeless dialogs and a message loop. This is because Windows 3 expects the contents of a modal dialog to be loaded from a resource file or created on receipt of a dialog initialization message. This is too -restrictive for wxWindows, where any window may be created and displayed +restrictive for wxWidgets, where any window may be created and displayed before its contents are created. For a set of dialog convenience functions, including file selection, see