]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msgdlg.h
don't draw borders for bitmap buttons with wxBORDER_NONE style
[wxWidgets.git] / include / wx / msgdlg.h
index 8e0e0a9bb74fb3d779e9bc79ca2700c65f2bf025..3e52b9c68dd4084def1d0f0b75072025e8743ee2 100644 (file)
@@ -158,7 +158,7 @@ public:
         wxASSERT_MSG( !(style & wxCANCEL_DEFAULT) || (style & wxCANCEL),
                       "wxCANCEL_DEFAULT is invalid without wxCANCEL" );
 
-        wxASSERT_MSG( !(style & wxCANCEL_DEFAULT) || !(style & wxNO),
+        wxASSERT_MSG( !(style & wxCANCEL_DEFAULT) || !(style & wxNO_DEFAULT),
                       "only one default button can be specified" );
 
         m_dialogStyle = style;