]> git.saurik.com Git - wxWidgets.git/commitdiff
Documentedm, that the print setup dialog has been
authorRobert Roebling <robert@roebling.de>
Sun, 13 Feb 2005 15:44:27 +0000 (15:44 +0000)
committerRobert Roebling <robert@roebling.de>
Sun, 13 Feb 2005 15:44:27 +0000 (15:44 +0000)
   made obsolete.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31998 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/changes.txt
docs/latex/wx/print.tex

index 956e7bcacfe92f9f0e20dc0aa76169c39d252e66..84b01f6e44fcbf4bbf67a50f7012ca02456e6f79 100644 (file)
@@ -32,6 +32,7 @@ All:
 - Added wxPrintFactory classes so that it is possible to add a new
   print system backend at run-time. This was required by the new GNOME
   printing stuff in the GTK port.
+- Deprecated print setup dialog.
 - Added support to the wxODBC classes for Firebird 1.5 database
 - The samples\db sample program now includes an optional example of using a BLOB
   datatype (if BLOB support is enabled and supported by the database)
index 5eb1c74ab6675199be58694120b29bd84afe8fc1..cc02e3158d952de0f3087048760f92aa5a7e8a52 100644 (file)
@@ -635,9 +635,7 @@ implements this command, if at all.
 Determines whether the dialog to be shown will be the Print dialog
 (pass false) or Print Setup dialog (pass true).
 
-Note that the setup dialog is (according to Microsoft) obsolete from
-Windows 95, though retained for backward compatibility.
-
+This function has been deprecated since version 2.5.4.
 
 \membersection{wxPrintDialogData::SetToPage}\label{wxprintdialogdatasettopage}