]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/statlmac.cpp
Fixed '_' chars that were not quoted with a '\'
[wxWidgets.git] / src / mac / statlmac.cpp
index 4384627196e728b21161e586a4a0e8416913185c..2c01893e846d4c303f2281cdf6c65429e5986682 100644 (file)
@@ -54,7 +54,7 @@ bool wxStaticLine::Create( wxWindow *parent,
        
        MacPreControlCreate( parent , id ,  "" , pos , size ,style, wxDefaultValidator , name , &bounds , title ) ;
 
        
        MacPreControlCreate( parent , id ,  "" , pos , size ,style, wxDefaultValidator , name , &bounds , title ) ;
 
-       m_macControl = UMANewControl( parent->GetMacRootWindow() , &bounds , title , false , 0 , 0 , 1, 
+       m_macControl = ::NewControl( MAC_WXHWND(parent->MacGetRootWindow()) , &bounds , title , false , 0 , 0 , 1, 
                kControlSeparatorLineProc , (long) this ) ;
        
        MacPostControlCreate() ;
                kControlSeparatorLineProc , (long) this ) ;
        
        MacPostControlCreate() ;