]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/dcps.h
Set TOOLKIT_LOWERCASE correctly for the various flavors of wxOSX
[wxWidgets.git] / interface / wx / dcps.h
index f1db03d9da9b9e690c66157323d92e05b4eb3c29..2aeaa41eeeaf77a8f53d25affb16d96c3144c38f 100644 (file)
@@ -20,10 +20,10 @@ class wxPostScriptDC : public wxDC
 {
 public:
     /**
 {
 public:
     /**
-        Constructs a PostScript printer device context from a wxPrintData
-        object.
+        Constructs a PostScript printer device context from a wxPrintData object.
     */
     wxPostScriptDC(const wxPrintData& printData);
     */
     wxPostScriptDC(const wxPrintData& printData);
+
     /**
         Constructor. @a output is an optional file for printing to, and if
         @a interactive is @true a dialog box will be displayed for adjusting
     /**
         Constructor. @a output is an optional file for printing to, and if
         @a interactive is @true a dialog box will be displayed for adjusting
@@ -38,7 +38,7 @@ public:
         @deprecated This constructor is deprecated.
     */
     wxPostScriptDC(const wxString& output,
         @deprecated This constructor is deprecated.
     */
     wxPostScriptDC(const wxString& output,
-                   bool interactive = true,
+                   bool interactive,
                    wxWindow* parent);
 
     /**
                    wxWindow* parent);
 
     /**