// Author: David Webster
// Modified by:
// Created: 10/14/99
-// RCS-ID: $Id$
// Copyright: (c) David Webster
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
// TODO:
/*
wxPrintDialog dialog(parent, & m_printData);
-#if WXWIN_COMPATIBILITY_2_4
- dialog.GetPrintData().SetSetupDialog(true);
-#endif
return (dialog.ShowModal() == wxID_OK);
*/
return false;