]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/carbon/statbox.cpp
Added missing URL attribute testing
[wxWidgets.git] / src / mac / carbon / statbox.cpp
index 53dfd546351fe5bf588c804dcef97a56929e3fa9..9080cab4f11b910c7994c43c9d559ef40d156be7 100644 (file)
@@ -32,7 +32,7 @@ bool wxStaticBox::Create( wxWindow *parent,
     if ( !wxControl::Create( parent, id, pos, size, style, wxDefaultValidator, name ) )
         return false;
 
-    m_label = label;
+    m_labelOrig = m_label = label;
 
     Rect bounds = wxMacGetBoundsForControl( this, pos, size );