]> git.saurik.com Git - wxWidgets.git/commitdiff
Missing commit.
authorWłodzimierz Skiba <abx@abx.art.pl>
Thu, 10 Nov 2005 12:42:02 +0000 (12:42 +0000)
committerWłodzimierz Skiba <abx@abx.art.pl>
Thu, 10 Nov 2005 12:42:02 +0000 (12:42 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36153 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/cocoa/window.h

index 509d59b12a4a07db18ec21132f68abaf4b0d608c..a9c1a0c1141c011f63cdba32eff818753f283f22 100644 (file)
@@ -146,8 +146,8 @@ public:
     // Set/get the window's font
     virtual bool SetFont(const wxFont& f);
 //    inline virtual wxFont& GetFont() const;
-    virtual void SetLabel(const wxString& label) { SetTitle(label); }
-    virtual wxString GetLabel() const { return GetTitle(); }
+    virtual void SetLabel(const wxString& WXUNUSED(label)) { }
+    virtual wxString GetLabel() const { return wxEmptyString; }
     // label handling
     // Get character size
     virtual int GetCharHeight() const;