]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/tdialog.tex
Robert Lang's patch [ 1583183 ] Fixes printing/print preview inconsistencies
[wxWidgets.git] / docs / latex / wx / tdialog.tex
index a3ac9fbd6ad6e849a87112a06cff4c41ad6108e5..94a06e514907d0e955e4b9d6768d2649d53c1b9f 100644 (file)
@@ -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