]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/prntdlgg.cpp
wxWizard help patch (474974)
[wxWidgets.git] / src / generic / prntdlgg.cpp
index 47d3cfb3f1a9b86723ce7f8f8b2691b7fdcdd551..28d12521593b7ac6950e3c2c2d0d4813fe25ea51 100644 (file)
@@ -28,8 +28,6 @@
     #pragma hdrstop
 #endif
 
-#include "wx/defs.h"
-
 #if wxUSE_PRINTING_ARCHITECTURE
 
 #ifndef WX_PRECOMP
@@ -46,7 +44,7 @@
     #include "wx/filedlg.h"
     #include "wx/choice.h"
     #include "wx/combobox.h"
-    #include <wx/intl.h>
+    #include "wx/intl.h"
     #include "wx/sizer.h"
 #endif
 
@@ -73,7 +71,6 @@
 // wxWin macros
 // ----------------------------------------------------------------------------
 
-#if !USE_SHARED_LIBRARY
 
 #if wxUSE_POSTSCRIPT
 
@@ -92,7 +89,6 @@
     BEGIN_EVENT_TABLE(wxGenericPageSetupDialog, wxDialog)
         EVT_BUTTON(wxPRINTID_SETUP, wxGenericPageSetupDialog::OnPrinter)
     END_EVENT_TABLE()
-#endif // USE_SHARED_LIBRARY
 
 // ----------------------------------------------------------------------------
 // global vars
@@ -274,7 +270,7 @@ void wxGenericPrintDialog::OnOK(wxCommandEvent& WXUNUSED(event))
         wxString f = wxFileSelector(_("PostScript file"),
             wxPathOnly(wxThePrintSetupData->GetPrinterFile()),
             wxFileNameFromPath(wxThePrintSetupData->GetPrinterFile()),
-            T("ps"), T("*.ps"), 0, this);
+            wxT("ps"), wxT("*.ps"), 0, this);
         if ( f.IsEmpty() )
             return;