X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6d61520df379256febf923d13590ec667a8ba2b6..b25278d885906c601a53fe4ddb246da2f68f66f9:/include/wx/dialog.h diff --git a/include/wx/dialog.h b/include/wx/dialog.h index 1c19e24c87..1a602c9f96 100644 --- a/include/wx/dialog.h +++ b/include/wx/dialog.h @@ -26,7 +26,7 @@ class wxTextSizerWrapper; // Also see the bit summary table in wx/toplevel.h. -#define wxDIALOG_NO_PARENT 0x0100 // Don't make owned by apps top window +#define wxDIALOG_NO_PARENT 0x00000020 // Don't make owned by apps top window #ifdef __WXWINCE__ #define wxDEFAULT_DIALOG_STYLE (wxCAPTION | wxMAXIMIZE | wxCLOSE_BOX | wxNO_BORDER)