]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msgdlg.h
implement wxBitmapButton as just a wrapper for wxButton under MSW
[wxWidgets.git] / include / wx / msgdlg.h
index 0b9de3f1f788c613ec2cec4f9ed0a18ae9b7af27..8e0e0a9bb74fb3d779e9bc79ca2700c65f2bf025 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_DEFAULT),
+        wxASSERT_MSG( !(style & wxCANCEL_DEFAULT) || !(style & wxNO),
                       "only one default button can be specified" );
 
         m_dialogStyle = style;
@@ -184,7 +184,7 @@ protected:
              m_caption;
     long m_dialogStyle;
 
-    DECLARE_NO_COPY_CLASS(wxMessageDialogBase)
+    wxDECLARE_NO_COPY_CLASS(wxMessageDialogBase);
 };
 
 // this is a helper class for native wxMessageDialog implementations which need
@@ -288,7 +288,7 @@ private:
              m_ok,
              m_cancel;
 
-    DECLARE_NO_COPY_CLASS(wxMessageDialogWithCustomLabels)
+    wxDECLARE_NO_COPY_CLASS(wxMessageDialogWithCustomLabels);
 };
 
 #endif // ports needing wxMessageDialogWithCustomLabels