]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/cocoa/msgdlg.h
Added internal wxHatchStyle enum.
[wxWidgets.git] / include / wx / cocoa / msgdlg.h
index 9f01df5dfab435826be45df4653989542f8bd0e0..bfea16092d82061c8c854366083aed6c48719b53 100644 (file)
@@ -1,5 +1,5 @@
 /////////////////////////////////////////////////////////////////////////////
 /////////////////////////////////////////////////////////////////////////////
-// Name:        wx/cocoa/dirdlg.h
+// Name:        wx/cocoa/msgdlg.h
 // Purpose:     wxMessageDialog class
 // Author:      Gareth Simpson
 // Created:     2007-10-29
 // Purpose:     wxMessageDialog class
 // Author:      Gareth Simpson
 // Created:     2007-10-29
@@ -61,10 +61,10 @@ protected:
     //
     // VZ: I have no idea _why_ do we do this but the old version did and
     //     I didn't want to change the existing behaviour
     //
     // VZ: I have no idea _why_ do we do this but the old version did and
     //     I didn't want to change the existing behaviour
-    virtual void DoSetCustomLabel(wxString& var, const wxString& value);
+    virtual void DoSetCustomLabel(wxString& var, const ButtonLabel& label);
 
     DECLARE_DYNAMIC_CLASS(wxCocoaMessageDialog)
 
     DECLARE_DYNAMIC_CLASS(wxCocoaMessageDialog)
-    DECLARE_NO_COPY_CLASS(wxCocoaMessageDialog)
+    wxDECLARE_NO_COPY_CLASS(wxCocoaMessageDialog);
 };
 
 #endif // _WX_MSGDLG_H_
 };
 
 #endif // _WX_MSGDLG_H_