// Author: Julian Smart
// Modified by:
// Created: 04/01/98
-// RCS-ID: $Id$
// Copyright: (c) Julian Smart
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
wxGenericPrintDialog::wxGenericPrintDialog(wxWindow *parent,
wxPrintDialogData* data)
- : wxPrintDialogBase(GetParentForModalDialog(parent),
+ : wxPrintDialogBase(GetParentForModalDialog(parent, 0),
wxID_ANY, _("Print"),
wxPoint(0,0), wxSize(600, 600),
wxDEFAULT_DIALOG_STYLE |
wxGenericPrintDialog::wxGenericPrintDialog(wxWindow *parent,
wxPrintData* data)
- : wxPrintDialogBase(GetParentForModalDialog(parent),
+ : wxPrintDialogBase(GetParentForModalDialog(parent, 0),
wxID_ANY, _("Print"),
wxPoint(0,0), wxSize(600, 600),
wxDEFAULT_DIALOG_STYLE |
}
/* XPM */
-static const char * check_xpm[] = {
+static const char* const check_xpm[] = {
/* width height ncolors chars_per_pixel */
"16 16 3 1",
/* colors */
wxComboBox *choice = new wxComboBox( this,
wxPRINTID_PAPERSIZE,
- _("Paper Size"),
+ _("Paper size"),
wxDefaultPosition,
wxSize(width, wxDefaultCoord),
n, choices );
wxPageSetupDialogData* data)
: wxPageSetupDialogBase( parent,
wxID_ANY,
- _("Page Setup"),
+ _("Page setup"),
wxPoint(0,0),
wxSize(600, 600),
wxDEFAULT_DIALOG_STYLE|wxTAB_TRAVERSAL )
m_paperTypeChoice = new wxComboBox( this,
wxPRINTID_PAPERSIZE,
- _("Paper Size"),
+ _("Paper size"),
wxDefaultPosition,
wxSize(300, wxDefaultCoord),
n, choices );
wxComboBox *choice = new wxComboBox( this,
wxPRINTID_PAPERSIZE,
- _("Paper Size"),
+ _("Paper size"),
wxPoint(*x, *y),
wxSize(300, wxDefaultCoord),
n, choices );