X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c061373dc5ba0ed5e3670af0698154302f1fec2c..c1cb24a46088fe648eabf5bf12cda8d2779c734f:/include/wx/printdlg.h diff --git a/include/wx/printdlg.h b/include/wx/printdlg.h index 8f54d9afa1..dfe34ac267 100644 --- a/include/wx/printdlg.h +++ b/include/wx/printdlg.h @@ -23,10 +23,12 @@ class WXDLLEXPORT wxPrintDialogBase : public wxDialog { public: wxPrintDialogBase() { } - wxPrintDialogBase(wxWindow *parent, wxWindowID id = -1, const wxString &title = _("Print"), - const wxPoint &pos = wxDefaultPosition, - const wxSize &size = wxDefaultSize, - long style = wxDEFAULT_DIALOG_STYLE ); + wxPrintDialogBase(wxWindow *parent, + wxWindowID id = wxID_ANY, + const wxString &title = wxEmptyString, + const wxPoint &pos = wxDefaultPosition, + const wxSize &size = wxDefaultSize, + long style = wxDEFAULT_DIALOG_STYLE); virtual int ShowModal() = 0; @@ -68,6 +70,8 @@ private: #if defined(__WXUNIVERSAL__) && (!defined(__WXMSW__) || wxUSE_POSTSCRIPT_ARCHITECTURE_IN_MSW) #include "wx/generic/prntdlgg.h" +#elif defined(__PALMOS__) +#include "wx/palmos/printdlg.h" #elif defined(__WXMSW__) #include "wx/msw/printdlg.h" #elif defined(__WXMOTIF__)