]> git.saurik.com Git - wxWidgets.git/commitdiff
missing commit, fixes #14797
authorStefan Csomor <csomor@advancedconcepts.ch>
Fri, 2 Nov 2012 17:02:15 +0000 (17:02 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Fri, 2 Nov 2012 17:02:15 +0000 (17:02 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72865 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/osx/cocoa/private.h

index ee8757b7139b6ed7ce760daa1580b0935f85cba3..bc0c046d849dcbcead33b9af62aee838fd872542 100644 (file)
@@ -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;
 };