]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/dialog.h
First step at moving the print (dialog) native
[wxWidgets.git] / include / wx / msw / dialog.h
index 879ae3a79d45ab386f6024e1ff909b357a93f17e..aae10aa23edfc8e2c9f073732136fc8a974d9bfb 100644 (file)
@@ -63,7 +63,7 @@ public:
     // -------------------------------
 
     // override some base class virtuals
-    virtual bool Show(bool show = TRUE);
+    virtual bool Show(bool show = true);
 
     virtual void Raise();
 
@@ -93,7 +93,7 @@ public:
     // use the other ctor
     wxDEPRECATED( wxDialog(wxWindow *parent,
              const wxString& title, bool modal,
-             int x = -1, int y= -1, int width = 500, int height = 500,
+             int x = wxDefaultCoord, int y = wxDefaultCoord, int width = 500, int height = 500,
              long style = wxDEFAULT_DIALOG_STYLE,
              const wxString& name = wxDialogNameStr) );