From: Stefan Csomor Date: Fri, 2 Nov 2012 17:02:15 +0000 (+0000) Subject: missing commit, fixes #14797 X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/2ab6738554012b4789cd12d035f112caf68a6c05 missing commit, fixes #14797 git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72865 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/osx/cocoa/private.h b/include/wx/osx/cocoa/private.h index ee8757b713..bc0c046d84 100644 --- a/include/wx/osx/cocoa/private.h +++ b/include/wx/osx/cocoa/private.h @@ -268,7 +268,8 @@ public: void SetPressedBitmap( const wxBitmap& bitmap ); void GetLayoutInset(int &left , int &top , int &right, int &bottom) const; - + void SetAcceleratorFromLabel(const wxString& label); + private: NSButton *GetNSButton() const; };