make it possible to use stock ids for custom message box labels
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55483 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -61,7 +61,7 @@ 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
|
||||
virtual void DoSetCustomLabel(wxString& var, const wxString& value);
|
||||
virtual void DoSetCustomLabel(wxString& var, const ButtonLabel& label);
|
||||
|
||||
DECLARE_DYNAMIC_CLASS(wxCocoaMessageDialog)
|
||||
DECLARE_NO_COPY_CLASS(wxCocoaMessageDialog)
|
||||
|
Reference in New Issue
Block a user