]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/gauge.cpp
wxFont can now raelly use the native fonts
[wxWidgets.git] / src / mac / gauge.cpp
index 37155cafb03ec2242c9b9cde8cd2e5078d6342d2..38367d88c666e7eb7983ba00fce52292f0d8a480 100644 (file)
@@ -41,7 +41,7 @@ bool wxGauge::Create(wxWindow *parent, wxWindowID id,
        
        MacPreControlCreate( parent , id ,  "" , pos , size ,style & 0xE0FFFFFF /* no borders on mac */ , validator , name , &bounds , title ) ;
 
-       m_macControl = UMANewControl( parent->GetMacRootWindow() , &bounds , title , false , 0 , 0 , range, 
+       m_macControl = ::NewControl( parent->MacGetRootWindow() , &bounds , title , false , 0 , 0 , range, 
                kControlProgressBarProc , (long) this ) ;
        
        MacPostControlCreate() ;