bool wxPostScriptPrinter::Setup(wxWindow *parent)
{
+#if 0
wxGenericPrintDialog* dialog = new wxGenericPrintDialog(parent, & m_printDialogData);
dialog->GetPrintDialogData().SetSetupDialog(true);
}
dialog->Destroy();
-
+
return (ret == wxID_OK);
+#endif
+
+ return wxID_CANCEL;
}
// ----------------------------------------------------------------------------