X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f16fad90b29dce3b7714b2fe4cf3ecdf77fda308..53f60d4ab61af3d8f72eb2202b4cda96774531d8:/include/wx/dialog.h?ds=sidebyside diff --git a/include/wx/dialog.h b/include/wx/dialog.h index d8eba543a1..d105144618 100644 --- a/include/wx/dialog.h +++ b/include/wx/dialog.h @@ -25,7 +25,7 @@ class WXDLLIMPEXP_FWD_CORE wxScrolledWindow; // Also see the bit summary table in wx/toplevel.h. -#define wxDIALOG_NO_PARENT 0x0001 // Don't make owned by apps top window +#define wxDIALOG_NO_PARENT 0x0100 // Don't make owned by apps top window #ifdef __WXWINCE__ #define wxDEFAULT_DIALOG_STYLE (wxCAPTION | wxMAXIMIZE | wxCLOSE_BOX | wxNO_BORDER)