]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/prntdlgg.cpp
extending calculation of visible region
[wxWidgets.git] / src / generic / prntdlgg.cpp
index 661398597671a30c41e76a2f9f301650062430e6..19d2d2800c93c77a0ea20942e8e38e85b55dca0b 100644 (file)
@@ -261,7 +261,6 @@ void wxGenericPrintDialog::OnOK(wxCommandEvent& WXUNUSED(event))
     // and the standard print dialog. The global printing 'mode'
     // is determined by whether the user checks Print to file
     // or not.
-#if wxUSE_FILEDLG
     if (m_printDialogData.GetPrintToFile())
     {
         m_printDialogData.GetPrintData().SetPrintMode(wxPRINT_MODE_FILE);
@@ -275,7 +274,6 @@ void wxGenericPrintDialog::OnOK(wxCommandEvent& WXUNUSED(event))
         m_printDialogData.GetPrintData().SetFilename( dialog.GetPath() );
     }
     else
-#endif
     {
         m_printDialogData.GetPrintData().SetPrintMode(wxPRINT_MODE_PRINTER);
     }