git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1053
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
+ wxString *choices = new wxString[2];
choices[0] = _("Portrait");
choices[1] = _("Landscape");
orientationRadioBox = new wxRadioBox(this, wxPRINTID_ORIENTATION, _("Orientation"),
choices[0] = _("Portrait");
choices[1] = _("Landscape");
orientationRadioBox = new wxRadioBox(this, wxPRINTID_ORIENTATION, _("Orientation"),
Centre(wxBOTH);
InitDialog();
Centre(wxBOTH);
InitDialog();
}
wxGenericPageSetupDialog::~wxGenericPageSetupDialog(void)
}
wxGenericPageSetupDialog::~wxGenericPageSetupDialog(void)