]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/carbon/radiobut.cpp
moved win_gtk.h header to wx/gtk/private, it's for internal use only
[wxWidgets.git] / src / mac / carbon / radiobut.cpp
index 5a83609f27cf2c7daafcf33f3ec8647993e1cb2a..7f866d2536a798508dad6b75a2319fbe34c8f573 100644 (file)
@@ -33,7 +33,7 @@ bool wxRadioButton::Create( wxWindow *parent,
     if ( !wxControl::Create( parent, id, pos, size, style, validator, name ) )
         return false;
 
-    m_label = label;
+    m_labelOrig = m_label = label;
 
     Rect bounds = wxMacGetBoundsForControl( this, pos, size );