]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/carbon/button.cpp
fix a few hundreds of harmless unused parameters warnings and a couple of real bugs...
[wxWidgets.git] / src / mac / carbon / button.cpp
index fe3f47987009d93558353f0058c5b99d38119720..9da363eb5091ac37898a824c91c99fd6ce8cf120 100644 (file)
@@ -43,7 +43,7 @@ bool wxButton::Create(wxWindow *parent,
     if ( !wxButtonBase::Create(parent, id, pos, size, style, validator, name) )
         return false;
 
-    m_label = label ;
+    m_labelOrig = m_label = label ;
 
     OSStatus err;
     Rect bounds = wxMacGetBoundsForControl( this , pos , size ) ;