]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/statlmac.cpp
fixed missing Idle events
[wxWidgets.git] / src / mac / statlmac.cpp
index dc00dcca0f136c56ba4db1822c73dbba1e9c7108..30305cc1cf7d1855524b4c849acf4c13ad218bb1 100644 (file)
@@ -52,7 +52,7 @@ bool wxStaticLine::Create( wxWindow *parent,
     Rect bounds ;
     Str255 title ;
     
-    MacPreControlCreate( parent , id ,  "" , pos , size ,style, wxDefaultValidator , name , &bounds , title ) ;
+    MacPreControlCreate( parent , id ,  wxEmptyString , pos , size ,style, wxDefaultValidator , name , &bounds , title ) ;
 
     m_macControl = ::NewControl( MAC_WXHWND(parent->MacGetRootWindow()) , &bounds , title , false , 0 , 0 , 1, 
           kControlSeparatorLineProc , (long) this ) ;